]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include sys/types.h before sys/stat.h.
authorJim Meyering <jim@meyering.net>
Tue, 17 Jun 2003 18:35:42 +0000 (18:35 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Jun 2003 18:35:42 +0000 (18:35 +0000)
Required on Ultrix 4.3.

lib/acl.c

index 74639cc0b034e36b41a1baecf51ea5ab44cb318c..45f58be42b0040966850ccae73968f6995c20282 100644 (file)
--- a/lib/acl.c
+++ b/lib/acl.c
@@ -1,6 +1,6 @@
 /* acl.c - access control lists
 
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@
 # include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <sys/stat.h>
 #ifndef S_ISLNK
 # define S_ISLNK(Mode) 0