From df548dfc027a72a8bb296155fdddea513b31241b Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Tue, 2 Nov 1999 11:25:28 +0100 Subject: [PATCH] * xstrdup (sys/types.h): Include this file. From-SVN: r30347 --- libiberty/ChangeLog | 4 ++++ libiberty/xstrdup.c | 1 + 2 files changed, 5 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0d286158d2ed..d0144fce4f8e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 2 03:23:13 1999 Philippe De Muyter + + * xstrdup (sys/types.h): Include this file. + 1999-10-28 Nathan Sidwell * Makefile.in (SUBDIRS): New macro. diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index e16aba08554b..6f846cfea156 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 #ifdef HAVE_CONFIG_H #include "config.h" #endif