diff options
Diffstat (limited to 'src/inactivity.cpp')
-rw-r--r-- | src/inactivity.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp index 977161e..d22d7f8 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -23,6 +23,10 @@ * \date 2006-2007 */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + // own header #include "inactivity.h" |