include ac/unistd.h to avoid compiler warnings

This commit is contained in:
Ben Collins 2000-09-15 03:11:03 +00:00
parent ef1d8662f0
commit df4605b8c1

View file

@ -8,6 +8,7 @@
#include <ac/string.h>
#include <ac/time.h>
#include <ac/unistd.h>
#ifdef HAVE_WINCRYPT_H
#include <wincrypt.h>