]> granicus.if.org Git - graphviz/commitdiff
can't attempt to include unistd.h as that causes other problems with duplicate define...
authorellson <devnull@localhost>
Mon, 3 Jul 2006 13:49:47 +0000 (13:49 +0000)
committerellson <devnull@localhost>
Mon, 3 Jul 2006 13:49:47 +0000 (13:49 +0000)
ast_common.h.in

index 5d2c2c86926b64c79cad54631db332b45ca73a1a..f57967e51ac768cb8a536ca83026d12deea27844 100644 (file)
@@ -211,9 +211,6 @@ typedef int ssize_t;
 #define MAXINT INT_MAX
 #endif
 
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #ifndef R_OK
 #define R_OK 4
 #endif