]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <sys/types.h> before system.h.
authorJim Meyering <jim@meyering.net>
Thu, 18 Jul 1996 04:13:52 +0000 (04:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 1996 04:13:52 +0000 (04:13 +0000)
src/chroot.c

index 028980a02af97b020bb4a3b489d0d31b438109e9..beceb63ec1dbb549b59d91d3a02b18db22f85c72 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <config.h>
 #include <stdio.h>
+#include <sys/types.h>
 
 #include "system.h"
 #include "long-options.h"