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/SourceOutputWindow.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/SourceOutputWindow.cc') diff --git a/src/SourceOutputWindow.cc b/src/SourceOutputWindow.cc index 836dade..ad1011b 100644 --- a/src/SourceOutputWindow.cc +++ b/src/SourceOutputWindow.cc @@ -1,5 +1,3 @@ -#include - /* $Id$ */ /*** @@ -21,6 +19,12 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + +#include + #include "paman.hh" #include "SourceOutputWindow.hh" -- cgit