1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Include unistd.h for freeglut

This commit is contained in:
Luke Ceddia 2018-01-02 17:26:16 +11:00
parent 8151a0b8b8
commit 7dc0054fa8

View file

@ -138,9 +138,9 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#ifdef HAVE_UNISTD_H
# include <unistd.h> #include <unistd.h>
#endif
#ifdef TIME_WITH_SYS_TIME #ifdef TIME_WITH_SYS_TIME
# include <sys/time.h> # include <sys/time.h>
# include <time.h> # include <time.h>