diff lib-src/test-distrib.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents ae7e9ce45a16
children 17e0028efc29
line wrap: on
line diff
--- a/lib-src/test-distrib.c	Sun Jan 09 00:00:02 2011 -0800
+++ b/lib-src/test-distrib.c	Sun Jan 09 00:12:35 2011 -0800
@@ -22,10 +22,7 @@
 #include <config.h>
 #include <stdio.h>
 #include <fcntl.h>
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 /* Break string in two parts to avoid buggy C compilers that ignore characters
    after nulls in strings.  */