Fixed linux compilation.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8283 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-04-10 23:37:58 +00:00
parent 0fcfc3d5cf
commit 3439c121cb

View File

@ -25,7 +25,9 @@
# include <OpenGL/gl.h>
#else
# define _WINSOCKAPI_
# include <windows.h>
# ifdef WIN32
# include <windows.h>
# endif
# include <GL/gl.h>
#endif