summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-28 07:58:37 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-28 07:58:37 +0000
commitd7f8de75a89fb17a4a097d891a7910d19329e432 (patch)
treee3eeb09e718f18a2f31aa9f66fc69dcb59a314a5 /libiberty/hashtab.c
parenta957089b6b94116d666fa2bbd9163c12f4f2d57e (diff)
downloadgcc-d7f8de75a89fb17a4a097d891a7910d19329e432.tar.gz
* hashtab.c (sys/types.h): File included.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30683 138bc75d-0d04-0410-961f-82ee72b054a4
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