* testsuite/test-expandargv.c: Include unistd.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203993 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
gerald 2013-10-23 21:31:45 +00:00 committed by Tom Tromey
parent a903d6ac5a
commit ae6da67e35
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
* testsuite/test-expandargv.c: Include unistd.h.
2013-10-15 David Malcolm <dmalcolm@redhat.com>
* configure.ac: If --enable-host-shared, use -fPIC.

View File

@ -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