From 72dc3da821c616b97246e6b7cf5587c2e936d144 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 29 Oct 2005 22:05:20 +0000 Subject: * Beginnings of Solaris support from Vincent S. Cojot * Note this patch also splits USE_SDL into USE_SDL_VIDEO and USE_SDL_AUDIO git-svn-id: svn://svn.icculus.org/quake3/trunk@199 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/unix_net.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'code/unix/unix_net.c') diff --git a/code/unix/unix_net.c b/code/unix/unix_net.c index c0fd124..b0bad36 100644 --- a/code/unix/unix_net.c +++ b/code/unix/unix_net.c @@ -45,6 +45,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #import // for 'struct sockaddr_dl' #endif +#ifdef __sun +#include +#endif + static cvar_t *noudp; netadr_t net_local_adr; -- cgit v1.2.3