* testsuite/test-expandargv.c: Include unistd.h.
From-SVN: r203993
This commit is contained in:
parent
ecdbd01aa1
commit
89ac07979f
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue