mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 10:14:15 +02:00
add a missing include for waitpid
This commit is contained in:
parent
f770dd623b
commit
3f941a3371
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <Assignment.h>
|
||||
#include <AudioMixer.h>
|
||||
|
|
Loading…
Reference in a new issue