summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-06 18:28:27 +0000
committerbjarni <bjarni@openttd.org>2005-10-06 18:28:27 +0000
commit2b44da199c7bb6aae62a7e6aaae7775a07d16bdd (patch)
treecc2100f641ee2903f4dcf05e68f1774eeec73708 /video
parent37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c (diff)
downloadopenttd-2b44da199c7bb6aae62a7e6aaae7775a07d16bdd.tar.xz
(svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB)
Diffstat (limited to 'video')
-rw-r--r--video/dedicated_v.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c
index 2700ae4cf..3e016959d 100644
--- a/video/dedicated_v.c
+++ b/video/dedicated_v.c
@@ -15,6 +15,10 @@
#include "../variables.h"
#include "dedicated_v.h"
+#ifdef BEOS_NET_SERVER
+#include <net/socket.h>
+#endif
+
#ifdef __OS2__
# include <sys/time.h> /* gettimeofday */
# include <sys/types.h>