about summary refs log tree commit diff stats
path: root/tests
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
parent98c38dc6d6d29333c63f80327774f094610d8602 (diff)
downloadprofani-tty-12cafe4e60532d9b82d9fa0bcce41a9b04cf8245.tar.gz
Add include for waitpid to functionaltest
Diffstat (limited to 'tests')
-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>
n> ^
4c13e1f2 ^









34a60763 ^
4c13e1f2 ^






















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67