Include <sys/types.h> before system.h.

This commit is contained in:
Jim Meyering
1996-07-18 04:14:19 +00:00
parent 6efc03fd41
commit 88db35dd77
+1
View File
@@ -19,6 +19,7 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>
#include "system.h"