]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume <sys/types.h> exists.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Aug 2003 14:46:08 +0000 (14:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:50 +0000 (12:10 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/xreadlink.c

index 8d23c36f146d8cc529d7a3cde7fab0c5329d1d5c..0c8f25d9a6f1b895417ddded905bf1481066aa8e 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-01  Paul Eggert  <eggert@twinsun.com>
+
+       * xreadlink.c: Include <sys/types.h> unconditionally, instead of
+       having it depend on HAVE_SYS_TYPES_H.
+
 2003-06-27  Bruno Haible  <bruno@clisp.org>
 
        Avoid use of *_unlocked functions on Solaris 2.5.1.
index e4ef9902b2188c53c2cd4432f53c0bfaaabaa74f..2d6b8f078cf999d67f534e3f894ba7dd73335e52 100644 (file)
@@ -35,9 +35,7 @@ extern int errno;
 #endif
 
 #include <limits.h>
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <sys/types.h>
 #if HAVE_STDLIB_H
 # include <stdlib.h>
 #endif