fluxbox.cc: check HAVE_SYS_WAIT_H
This commit is contained in:
parent
f47ed1be51
commit
c944c8c0b3
1 changed files with 2 additions and 0 deletions
|
@ -124,7 +124,9 @@
|
|||
#include <sys/stat.h>
|
||||
#endif // HAVE_SYS_STAT_H
|
||||
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif // HAVE_SYS_WAIT_H
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue