From 2b44da199c7bb6aae62a7e6aaae7775a07d16bdd Mon Sep 17 00:00:00 2001 From: bjarni Date: Thu, 6 Oct 2005 18:28:27 +0000 Subject: (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) --- video/dedicated_v.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'video') 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 +#endif + #ifdef __OS2__ # include /* gettimeofday */ # include -- cgit v1.2.3-54-g00ecf