Add the appropriate include for the _POSIX_TIMERS macro

This commit is contained in:
Chris Robinson
2018-11-27 10:35:00 -08:00
parent 07670ed36a
commit ff6dda06ad
+1
View File
@@ -149,6 +149,7 @@ void al_nssleep(unsigned long nsec)
#else
#include <sys/time.h>
#include <unistd.h>
#include <time.h>
unsigned int altime_get(void)