fluxbox.cc: check HAVE_SYS_WAIT_H

This commit is contained in:
Ryan Pavlik 2011-10-28 12:00:36 -05:00
parent f47ed1be51
commit c944c8c0b3

View file

@ -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>