* testsuite/test-demangle.c: Include unistd.h.
[deliverable/binutils-gdb.git] / libiberty / testsuite / test-demangle.c
index 11d9729999b80259cb82189012d08bd449e58f5f..44062478c09391eddb672dc85dc0d863b3a3f9d5 100644 (file)
@@ -32,6 +32,9 @@
 #if HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 struct line
 {
This page took 0.02424 seconds and 4 git commands to generate.