1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +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
# include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>