Commit 89ac0797 by Gerald Pfeifer Committed by Gerald Pfeifer

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

From-SVN: r203993
parent ecdbd01a
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment