diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-23 21:31:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-08 11:11:40 -0700 |
commit | ae6da67e35733eb8be443ae46ca9a24f8037a75d (patch) | |
tree | b053bdddd1ba4fd05b7cafbddb9c4999784fab41 /libiberty/testsuite | |
parent | a903d6ac5a79c1fb390b9b833c891c0544502cfe (diff) | |
download | binutils-ae6da67e35733eb8be443ae46ca9a24f8037a75d.tar.gz binutils-ae6da67e35733eb8be443ae46ca9a24f8037a75d.tar.bz2 binutils-ae6da67e35733eb8be443ae46ca9a24f8037a75d.zip |
* testsuite/test-expandargv.c: Include unistd.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203993 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/test-expandargv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/testsuite/test-expandargv.c b/libiberty/testsuite/test-expandargv.c index dff20d41daf..0edd751722b 100644 --- a/libiberty/testsuite/test-expandargv.c +++ b/libiberty/testsuite/test-expandargv.c @@ -40,6 +40,9 @@ #ifdef HAVE_STRING_H #include <string.h> #endif +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif #ifndef EXIT_SUCCESS #define EXIT_SUCCESS 0 |