diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-22 15:59:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-22 15:59:20 +0000 |
commit | e2eaf477991014a67bc122c3225f6a3fe6d1a8e6 (patch) | |
tree | 5937dcfd1baa6d55a635fde513e946dc33a05ca3 /libiberty/xstrdup.c | |
parent | 252b5132c753830d5fd56823373aed85f2a0db63 (diff) | |
download | gdb-e2eaf477991014a67bc122c3225f6a3fe6d1a8e6.zip gdb-e2eaf477991014a67bc122c3225f6a3fe6d1a8e6.tar.gz gdb-e2eaf477991014a67bc122c3225f6a3fe6d1a8e6.tar.bz2 |
import libiberty from egcs
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r-- | libiberty/xstrdup.c | 1 |
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 |