conditionally add sys/time.h
This commit is contained in:
parent
b1cbd35bfe
commit
8136693f9a
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
|||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "dbsql_int.h"
|
||||
|
|
Loading…
Reference in a new issue