summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-02 10:25:28 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-02 10:25:28 +0000
commit1b4391fe5dd846b10f811ab272156a92d9e9151b (patch)
tree3430b61770a7a22227f56dbc06c7cf1fcb77869e /libiberty
parenteea0391d34c1206a64de64866f6b89f02f97a78f (diff)
downloadgcc-1b4391fe5dd846b10f811ab272156a92d9e9151b.tar.gz
* xstrdup (sys/types.h): Include this file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30347 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/xstrdup.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 0d286158d2e..d0144fce4f8 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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.
diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c
index e16aba08554..6f846cfea15 100644
--- a/libiberty/xstrdup.c
+++ b/libiberty/xstrdup.c
@@ -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