aboutsummaryrefslogtreecommitdiff
path: root/libiberty/xstrdup.c
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-11-02 11:25:28 +0100
committerJeff Law <law@gcc.gnu.org>1999-11-02 03:25:28 -0700
commitdf548dfc027a72a8bb296155fdddea513b31241b (patch)
tree3430b61770a7a22227f56dbc06c7cf1fcb77869e /libiberty/xstrdup.c
parent952470882e61040eb43e013c466cbb0ecc716617 (diff)
downloadgcc-df548dfc027a72a8bb296155fdddea513b31241b.zip
gcc-df548dfc027a72a8bb296155fdddea513b31241b.tar.gz
gcc-df548dfc027a72a8bb296155fdddea513b31241b.tar.bz2
* xstrdup (sys/types.h): Include this file.
From-SVN: r30347
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r--libiberty/xstrdup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c
index e16aba0..6f846cf 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