]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include sys/types.h before system.h.
authorJim Meyering <jim@meyering.net>
Wed, 3 Jul 1996 22:59:18 +0000 (22:59 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Jul 1996 22:59:18 +0000 (22:59 +0000)
From Jim Blandy (jimb@cyclic.com).

src/dircolors.c

index 57a4313a7e4407aa1260c1f8076d8adb481e81ca..455e6f6f6154fdf61518c833239345c78dc83bcc 100644 (file)
@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 # include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <ctype.h>
 #include <getopt.h>
 #include <stdio.h>