diff options
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 2e5e373..ff44e9f 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -124,7 +124,9 @@ | |||
124 | #include <sys/stat.h> | 124 | #include <sys/stat.h> |
125 | #endif // HAVE_SYS_STAT_H | 125 | #endif // HAVE_SYS_STAT_H |
126 | 126 | ||
127 | #ifdef HAVE_SYS_WAIT_H | ||
127 | #include <sys/wait.h> | 128 | #include <sys/wait.h> |
129 | #endif // HAVE_SYS_WAIT_H | ||
128 | 130 | ||
129 | #include <iostream> | 131 | #include <iostream> |
130 | #include <memory> | 132 | #include <memory> |