conditionally add sys/time.h

This commit is contained in:
Gregory Burd 2023-10-19 14:47:16 -04:00
parent b1cbd35bfe
commit 8136693f9a

View file

@ -59,6 +59,9 @@
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#endif #endif
#include "dbsql_int.h" #include "dbsql_int.h"