summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-11-28 08:58:37 +0100
committerJeff Law <law@gcc.gnu.org>1999-11-28 00:58:37 -0700
commit6de9b8ff12745a17ed2f843b6754d59a826b1e8f (patch)
treee3eeb09e718f18a2f31aa9f66fc69dcb59a314a5 /libiberty/hashtab.c
parente976142538b70b7310c8827bd9293b78c2e7afe5 (diff)
downloadgcc-6de9b8ff12745a17ed2f843b6754d59a826b1e8f.tar.gz
* hashtab.c (sys/types.h): File included.
From-SVN: r30683
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r--libiberty/hashtab.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
+
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif