* hashtab.c (sys/types.h): File included.
authorPhilippe De Muyter <phdm@macqel.be>
Sun, 28 Nov 1999 07:58:37 +0000 (08:58 +0100)
committerJeff Law <law@gcc.gnu.org>
Sun, 28 Nov 1999 07:58:37 +0000 (00:58 -0700)
From-SVN: r30683

libiberty/ChangeLog
libiberty/hashtab.c

index 90895ac0e14af6bb5ad6457fa71400000ce48c36..02e8213e0ed33a561e1572e6f113fd7a9b65cc8a 100644 (file)
@@ -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
index 112f02757906b3a12f7b7345b0c31340c8376309..3f5b3030422f19185b687fdc485a58dd6c4517d3 100644 (file)
@@ -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