freebsd-ports/games/lugaru/files/patch-Source__OpenGL_Windows.cpp
Rusmir Dusko ff770b517f - Fix build with gcc47, add patch
PR:		ports/184570
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	pawel / wg (mentors, implicit)
2013-12-07 18:07:03 +00:00

10 lines
229 B
C++

--- ./Source/OpenGL_Windows.cpp.orig 2010-05-16 06:42:54.000000000 +0200
+++ ./Source/OpenGL_Windows.cpp 2013-12-07 18:36:52.000000000 +0100
@@ -30,6 +30,7 @@
#undef boolean
#endif
+#include <unistd.h>
#include "Game.h"