aboutsummaryrefslogtreecommitdiff
path: root/tests/stat/test_chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stat/test_chmod.c')
-rw-r--r--tests/stat/test_chmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stat/test_chmod.c b/tests/stat/test_chmod.c
index 94e6c12b..bf0e2cbe 100644
--- a/tests/stat/test_chmod.c
+++ b/tests/stat/test_chmod.c
@@ -2,6 +2,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -150,4 +151,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}