]> git.jsancho.org Git - lugaru.git/commitdiff
Patched to compile on the Holy Build Box.
authorRyan C. Gordon <icculus@icculus.org>
Mon, 8 Aug 2005 02:51:25 +0000 (02:51 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Mon, 8 Aug 2005 02:51:25 +0000 (02:51 +0000)
Source/OpenGL_Windows.cpp

index 34c264716534427b0a58eb11bcea292389507432..0b9f46b360f391e26d062c6f9eeb20e479233810 100644 (file)
@@ -1323,6 +1323,7 @@ static bool IsFocused()
 #if PLATFORM_LINUX
 #include <stdlib.h>
 #include <ctype.h>
+#include <unistd.h>
 static bool try_launch_browser(const char *browser, const char *url)
 {
     // make sure string isn't empty...