diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-06-04 12:02:02 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-06-04 12:02:02 +0200 |
commit | 12cafe4e60532d9b82d9fa0bcce41a9b04cf8245 (patch) | |
tree | 6e1403f1c1766b6b3b64f1c475a6c278ad4890a5 | |
parent | 98c38dc6d6d29333c63f80327774f094610d8602 (diff) | |
download | profani-tty-12cafe4e60532d9b82d9fa0bcce41a9b04cf8245.tar.gz |
Add include for waitpid to functionaltest
-rw-r--r-- | tests/functionaltests/proftest.c | 1 |
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> |