diff options
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 1843b4a6f..e100ac983 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,8 @@ 2003-07-13 Jim Meyering <jim@meyering.net> - * xgethostname.c (xgethostname): Return NULL, rather than exiting, - upon any non-malloc/realloc error. + * xgethostname.c: Include <stdlib.h> for declaration of free. + (xgethostname): Return NULL, rather than exiting, upon any + non-malloc/realloc error. 2003-07-12 Jim Meyering <jim@meyering.net> |