diff options
-rw-r--r-- | src/RootTheme.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc index d303834..a2aa4a8 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -40,7 +40,10 @@ | |||
40 | #include <iostream> | 40 | #include <iostream> |
41 | 41 | ||
42 | #include <sys/types.h> | 42 | #include <sys/types.h> |
43 | #ifdef HAVE_SYS_WAIT_H | ||
43 | #include <sys/wait.h> | 44 | #include <sys/wait.h> |
45 | #endif | ||
46 | |||
44 | #ifdef HAVE_CSTRING | 47 | #ifdef HAVE_CSTRING |
45 | #include <cstring> | 48 | #include <cstring> |
46 | #else | 49 | #else |