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

Include <stddef.h>, to get size_t.

This commit is contained in:
Jim Meyering
2003-06-06 20:14:02 +00:00
parent 2861487e31
commit eaf4e73506
+2
View File
@@ -5,6 +5,8 @@
# include <config.h>
# endif
# include <stddef.h>
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args