RootTheme.cc: Obey HAVE_SYS_WAIT_H
This commit is contained in:
parent
4bad431c90
commit
60c964a4d9
1 changed files with 3 additions and 0 deletions
|
@ -40,7 +40,10 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CSTRING
|
||||
#include <cstring>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue