* 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:
parent
a903d6ac5a
commit
ae6da67e35
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user