1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Add include for waitpid to functionaltest

This commit is contained in:
Michael Vetter 2020-06-04 12:02:02 +02:00
parent 98c38dc6d6
commit 12cafe4e60

View File

@ -1,4 +1,5 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <glib.h>
#include <setjmp.h>