diff options
-rw-r--r-- | lib/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2c074697c..18faf7058 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,7 @@ Update from gnulib. * putenv.c: Include <stddef.h> rather than <sys/types.h>, as we merely need size_t. + * realloc.c: Likewise. * quote.c: Don't include <stddef.h> or <sys/types.h>; not needed. * modechange.c: Include <stddef.h>. (NULL): Don't define, since <stddef.h> does that. |