diff options
Diffstat (limited to 'src/data-fd.c')
-rw-r--r-- | src/data-fd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data-fd.c b/src/data-fd.c index 47a0d990..1ada70f7 100644 --- a/src/data-fd.c +++ b/src/data-fd.c @@ -22,7 +22,9 @@ #include <config.h> #endif -#include <unistd.h> +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif #include <sys/types.h> #include "debug.h" |