diff options
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r-- | ext/sqlite/sqlite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index aaf482b6d8..de60030cf2 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -34,7 +34,9 @@ #if HAVE_TIME_H # include <time.h> #endif +#if HAVE_UNISTD_H #include <unistd.h> +#endif #include <sqlite.h> |