Include sys/types.h before system.h.
authorJim Meyering <jim@meyering.net>
Thu, 16 Nov 2000 19:34:23 +0000 (19:34 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Nov 2000 19:34:23 +0000 (19:34 +0000)
src/tsort.c

index be0be95..1052ffb 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <assert.h>
 #include <getopt.h>
+#include <sys/types.h>
 
 #include "system.h"
 #include "closeout.h"