Skip to content

Commit 9592455

Browse files
committed
tests: Add missing #include <sys/wait.h>
1 parent 3345a1f commit 9592455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <stdlib.h>
1818
#include <stdint.h>
1919
#include <string.h>
20+
#include <sys/wait.h>
2021
#include <time.h>
2122
#include <unistd.h>
2223

0 commit comments

Comments
 (0)