Moved inclusion directive to proper location.

This commit is contained in:
Camilla Berglund
2012-08-12 16:06:22 +02:00
parent f66e6a6916
commit fd125f7e54
+2 -2
View File
@@ -30,6 +30,8 @@
#include "internal.h" #include "internal.h"
#include <sys/select.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@@ -1174,8 +1176,6 @@ void _glfwPlatformPollEvents(void)
} }
} }
#include <sys/select.h>
//======================================================================== //========================================================================
// Wait for new window and input events // Wait for new window and input events
//======================================================================== //========================================================================