1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

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

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
//======================================================================== //========================================================================