mirror of
https://github.com/glfw/glfw.git
synced 2025-04-10 07:19:16 +00:00
Moved inclusion directive to proper location.
This commit is contained in:
parent
f66e6a6916
commit
fd125f7e54
1 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "internal.h"
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1174,8 +1176,6 @@ void _glfwPlatformPollEvents(void)
|
|||
}
|
||||
}
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
//========================================================================
|
||||
// Wait for new window and input events
|
||||
//========================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue