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 283756b..7753c60 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