diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 10:21:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 10:21:47 -0700 |
commit | 68b9a056f20d3b0f20b1b3e7a2e3d1e2bedaeb19 (patch) | |
tree | b807cab36bf9d45be27ac4214b0e9d37c85ce3c0 | |
parent | 72d7ca768d876fb4fd44f1d1ac707314f9568e82 (diff) | |
parent | f6bb865bb52a9b92a699939f3558732488f787ab (diff) |
Merge pull request #1486 from waywardmonkeys/another-signal-h-fix
Another signal.h fix
-rw-r--r-- | tests/stdio/test_rename.c | 3 |
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 +} |