From 7d8a361763d3e5faae591e2e856013b5cdc07dfd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Jun 2006 14:10:54 +0000 Subject: include config.h everywhere properly git-svn-id: file:///home/lennart/svn/public/paman/trunk@78 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/ClientWindow.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ClientWindow.cc') diff --git a/src/ClientWindow.cc b/src/ClientWindow.cc index 5f1fa53..c249710 100644 --- a/src/ClientWindow.cc +++ b/src/ClientWindow.cc @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "paman.hh" -- cgit