diff options
Diffstat (limited to 'src/screen.cpp')
-rw-r--r-- | src/screen.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.cpp b/src/screen.cpp index ef68a26..ff298f1 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -26,6 +26,10 @@ * \author Danny Kukawka, <[email protected]>, <[email protected]> * \date 2004 - 2006 */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif // own headers #include "screen.h" |