mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-12 19:34:40 +08:00
Include sys/types.h before system.h (because
the latter includes sys/stat.h). Required on Ultrix 4.3.
This commit is contained in:
parent
2e17bffdb5
commit
9ce9757db1
@ -23,6 +23,7 @@
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "system.h"
|
||||
#include "canonicalize.h"
|
||||
|
Loading…
Reference in New Issue
Block a user