From: Jim Meyering Date: Tue, 17 Jun 2003 18:35:42 +0000 (+0000) Subject: Include sys/types.h before sys/stat.h. X-Git-Tag: v5.0.1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d599fe1f9dd6747b64db65054949cfac02e4a43;p=thirdparty%2Fcoreutils.git Include sys/types.h before sys/stat.h. Required on Ultrix 4.3. --- diff --git a/lib/acl.c b/lib/acl.c index 74639cc0b0..45f58be42b 100644 --- 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 #endif +#include #include #ifndef S_ISLNK # define S_ISLNK(Mode) 0