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

From-SVN: r203993
This commit is contained in:
Gerald Pfeifer 2013-10-23 21:31:45 +00:00 committed by Gerald Pfeifer
parent ecdbd01aa1
commit 89ac07979f
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