aboutsummaryrefslogtreecommitdiff
path: root/tests/stat/test_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stat/test_stat.c')
-rw-r--r--tests/stat/test_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stat/test_stat.c b/tests/stat/test_stat.c
index 14e88370..2c2bf53d 100644
--- a/tests/stat/test_stat.c
+++ b/tests/stat/test_stat.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>
@@ -164,4 +165,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}