summary refs log tree commit diff
path: root/io/tst-mkfifoat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/tst-mkfifoat.c')
-rw-r--r--io/tst-mkfifoat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/tst-mkfifoat.c b/io/tst-mkfifoat.c
index 2bf29f63af..d87b587384 100644
--- a/io/tst-mkfifoat.c
+++ b/io/tst-mkfifoat.c
@@ -1,9 +1,11 @@
 #include <dirent.h>
 #include <fcntl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/stat.h>
 
 
 static void prepare (void);