From 5da47c820207e80bf8c67c33d17fd4f341b2050d Mon Sep 17 00:00:00 2001 From: hikerstk Date: Wed, 16 Jan 2013 22:18:07 +0000 Subject: [PATCH] Applied bug fix by Xeno for building on solaris. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12366 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- lib/enet/unix.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/enet/unix.c b/lib/enet/unix.c index 6334479b8..45badf7e7 100644 --- a/lib/enet/unix.c +++ b/lib/enet/unix.c @@ -4,6 +4,10 @@ */ #ifndef WIN32 +#ifdef sun +#include +#endif + #include #include #include