about summary refs log tree commit diff stats
path: root/tests/functionaltests/proftest.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-04 12:02:02 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-04 12:02:02 +0200
commit12cafe4e60532d9b82d9fa0bcce41a9b04cf8245 (patch)
tree6e1403f1c1766b6b3b64f1c475a6c278ad4890a5 /tests/functionaltests/proftest.c
parent98c38dc6d6d29333c63f80327774f094610d8602 (diff)
downloadprofani-tty-12cafe4e60532d9b82d9fa0bcce41a9b04cf8245.tar.gz
Add include for waitpid to functionaltest
Diffstat (limited to 'tests/functionaltests/proftest.c')
-rw-r--r--tests/functionaltests/proftest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c
index 50dbffd2..c75a0611 100644
--- a/tests/functionaltests/proftest.c
+++ b/tests/functionaltests/proftest.c
@@ -1,4 +1,5 @@
 #include <sys/stat.h>
+#include <sys/wait.h>
 #include <glib.h>
 
 #include <setjmp.h>