]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 be0be95d3c7bfad8ef5c1f401669a14dee54fd82..1052ffbbccaf98250c96309e3ec3c6ffb77eab5a 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"