Include sys/types.h before system.h (because

the latter includes sys/stat.h).  Required on Ultrix 4.3.
This commit is contained in:
Jim Meyering 2003-06-17 18:39:20 +00:00
parent 2e17bffdb5
commit 9ce9757db1

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <limits.h>
#include <getopt.h>
#include <sys/types.h>
#include "system.h"
#include "canonicalize.h"