diff options
author | Philippe De Muyter <phdm@macqel.be> | 1999-11-28 08:58:37 +0100 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-28 00:58:37 -0700 |
commit | 6de9b8ff12745a17ed2f843b6754d59a826b1e8f (patch) | |
tree | e3eeb09e718f18a2f31aa9f66fc69dcb59a314a5 /libiberty | |
parent | e976142538b70b7310c8827bd9293b78c2e7afe5 (diff) | |
download | gcc-6de9b8ff12745a17ed2f843b6754d59a826b1e8f.zip gcc-6de9b8ff12745a17ed2f843b6754d59a826b1e8f.tar.gz gcc-6de9b8ff12745a17ed2f843b6754d59a826b1e8f.tar.bz2 |
* hashtab.c (sys/types.h): File included.
From-SVN: r30683
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/hashtab.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 90895ac..02e8213 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be> + + * hashtab.c (sys/types.h): File included. + 1999-11-22 Jason Merrill <jason@casey.cygnus.com> * strtoul.c, strtol.c, random.c: Remove advertising clause from diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 112f027..3f5b303 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -35,6 +35,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #endif +#include <sys/types.h> + #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif |