aboutsummaryrefslogtreecommitdiffstats
path: root/smclient/eggsmclient-win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'smclient/eggsmclient-win32.c')
-rw-r--r--smclient/eggsmclient-win32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/smclient/eggsmclient-win32.c b/smclient/eggsmclient-win32.c
index 91a257154a..caa06d8a2e 100644
--- a/smclient/eggsmclient-win32.c
+++ b/smclient/eggsmclient-win32.c
@@ -46,7 +46,9 @@
* which we also don't handle here.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "eggsmclient-private.h"
#include <gdk/gdk.h>