summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 19:39:07 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 19:39:07 +0000
commit941f33384976784287480e0ae3c2e8b266871252 (patch)
tree0a7e19a9ccbdd7024d1eb433d1585fce284d27ae
parentc2d5a2ac325ebdbe28d939bf86d0c26e1ccc5e84 (diff)
downloadcoreutils-941f33384976784287480e0ae3c2e8b266871252.tar.xz
Update from gnulib.
-rw-r--r--lib/__fpending.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/__fpending.h b/lib/__fpending.h
index a59bc58d5..5a5158216 100644
--- a/lib/__fpending.h
+++ b/lib/__fpending.h
@@ -2,14 +2,13 @@
# include <config.h>
#endif
+#include <stddef.h>
#include <stdio.h>
#if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
#endif
-#include <sys/types.h>
-
#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif