]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* xstrdup (sys/types.h): Include this file.
authorPhilippe De Muyter <phdm@macqel.be>
Tue, 2 Nov 1999 10:25:28 +0000 (11:25 +0100)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Nov 1999 10:25:28 +0000 (03:25 -0700)
From-SVN: r30347

libiberty/ChangeLog
libiberty/xstrdup.c

index 0d286158d2ed27d12a4c9c73c4038894e8727aa7..d0144fce4f8e2a1f3b32545cb0dde078166cc1da 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 e16aba08554b02af84c04f61a464a7f024185bf3..6f846cfea156849c0f8e3f22ccecfb67a54fa23a 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