diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 90895ac0e14..02e8213e0ed 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 28 00:59:39 1999 Philippe De Muyter + + * hashtab.c (sys/types.h): File included. + 1999-11-22 Jason Merrill * strtoul.c, strtol.c, random.c: Remove advertising clause from diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 112f0275790..3f5b3030422 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -35,6 +35,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #endif +#include + #ifdef HAVE_STDLIB_H #include #endif