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
This commit is contained in:
hikerstk 2013-01-16 22:18:07 +00:00
parent e439cf6c48
commit 5da47c8202

View File

@ -4,6 +4,10 @@
*/ */
#ifndef WIN32 #ifndef WIN32
#ifdef sun
#include <sys/filio.h>
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>