diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-06 20:14:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-06 20:14:02 +0000 |
commit | eaf4e73506068fe6423e9a6583facbc3526fcb43 (patch) | |
tree | 40df7a44718cfaea26bf32dd72e264728df13dc3 /lib | |
parent | 2861487e3185a94cff4c83ad6792b8f88d69a8af (diff) | |
download | coreutils-eaf4e73506068fe6423e9a6583facbc3526fcb43.tar.xz |
Include <stddef.h>, to get size_t.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memcoll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/memcoll.h b/lib/memcoll.h index 4909bddff..b42cfa6f2 100644 --- a/lib/memcoll.h +++ b/lib/memcoll.h @@ -5,6 +5,8 @@ # include <config.h> # endif +# include <stddef.h> + # ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args |