all repos — fluxbox @ c944c8c0b3f442db58aa0392cd590636e69dc7fc

custom fork of the fluxbox windowmanager

fluxbox.cc: check HAVE_SYS_WAIT_H
Ryan Pavlik rpavlik@iastate.edu
commit

c944c8c0b3f442db58aa0392cd590636e69dc7fc

parent

f47ed1be51b079d9616b4d93a4181c89f3006d73

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -124,7 +124,9 @@ #include <sys/types.h>

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