1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.

This commit is contained in:
Jim Meyering
2003-06-06 20:48:43 +00:00
parent fcf3830db0
commit a5dbfa1756
+1 -1
View File
@@ -21,7 +21,7 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <stddef.h>
/* Include errno.h *after* sys/types.h to work around header problems
on AIX 3.2.5. */