aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-06 16:15:46 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-09 16:35:32 -0500
commitb8c51805f5c71d1921ac7315125723b1e175ca5e (patch)
tree6b2d818a863ae834f233346727904c3e61ee5574
parentf620b0f03549aa9c0b50ac79ceff5de390b28de3 (diff)
Silence warning due to missing header file.
-rw-r--r--tests/fdso.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fdso.c b/tests/fdso.c
index c95a578..d60e9ef 100644
--- a/tests/fdso.c
+++ b/tests/fdso.c
@@ -1,3 +1,5 @@
1#include <sys/wait.h> /* for waitpid() */
2
1#include <fcntl.h> 3#include <fcntl.h>
2#include <unistd.h> 4#include <unistd.h>
3 5