]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Update from gnulib.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 19:40:14 +0000 (19:40 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 19:40:14 +0000 (19:40 +0000)
lib/addext.c

index 283756bf4316afa4178c1c3ca390aa884b1b8e59..7753c608aa350b2e70bee07e2924dfde63363d0d 100644 (file)
@@ -36,7 +36,7 @@
 # define _POSIX_NAME_MAX 14
 #endif
 
-#include <sys/types.h>
+#include <stddef.h>
 #if HAVE_STRING_H
 # include <string.h>
 #else