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

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