aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-09 10:21:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-09 10:21:47 -0700
commit68b9a056f20d3b0f20b1b3e7a2e3d1e2bedaeb19 (patch)
treeb807cab36bf9d45be27ac4214b0e9d37c85ce3c0
parent72d7ca768d876fb4fd44f1d1ac707314f9568e82 (diff)
parentf6bb865bb52a9b92a699939f3558732488f787ab (diff)
Merge pull request #1486 from waywardmonkeys/another-signal-h-fix
Another signal.h fix
-rw-r--r--tests/stdio/test_rename.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stdio/test_rename.c b/tests/stdio/test_rename.c
index 20ffb513..f15c8140 100644
--- a/tests/stdio/test_rename.c
+++ b/tests/stdio/test_rename.c
@@ -1,6 +1,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -104,4 +105,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}