summaryrefslogtreecommitdiffstats
path: root/deco/baghiraclient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deco/baghiraclient.cc')
-rw-r--r--deco/baghiraclient.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/deco/baghiraclient.cc b/deco/baghiraclient.cc
index 64d6131..ab14cc4 100644
--- a/deco/baghiraclient.cc
+++ b/deco/baghiraclient.cc
@@ -7,6 +7,10 @@
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
// #include <tdeconfig.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
@@ -34,7 +38,6 @@
#include "baghiraclient.h"
#include "pixmaps.h"
#include "masks.h"
-#include "config.h"
#define COLOR_SPACE(R,G,B) \
if ( R < 0 ) R = 0; else if ( R > 255 ) R = 255; \