* xstrdup (sys/types.h): Include this file.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1999 10:25:28 +0000 (10:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1999 10:25:28 +0000 (10:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30347 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/xstrdup.c

index 0d28615..d0144fc 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov  2 03:23:13 1999  Philippe De Muyter  <phdm@macqel.be>
+
+       * xstrdup (sys/types.h): Include this file.
+
 1999-10-28  Nathan Sidwell  <nathan@acm.org>
 
        * Makefile.in (SUBDIRS): New macro.
index e16aba0..6f846cf 100644 (file)
@@ -2,6 +2,7 @@
    This trivial function is in the public domain.
    Ian Lance Taylor, Cygnus Support, December 1995.  */
 
+#include <sys/types.h>
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif