all repos — fluxbox @ 60c964a4d91f698b9eb1d66def9d8d7f1c691b78

custom fork of the fluxbox windowmanager

RootTheme.cc: Obey HAVE_SYS_WAIT_H
Ryan Pavlik rpavlik@iastate.edu
commit

60c964a4d91f698b9eb1d66def9d8d7f1c691b78

parent

4bad431c90c72c945d9ce7053775d66be1e563ca

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

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

@@ -40,7 +40,10 @@ #include <X11/Xatom.h>

#include <iostream> #include <sys/types.h> +#ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> +#endif + #ifdef HAVE_CSTRING #include <cstring> #else