summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-15 12:54:07 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-15 12:54:07 +0000
commit11989db61a662b8bb42bd2b649e50dd29f7814e8 (patch)
treefcf020bad8f5ce1918c960ba429e266a27d78c8a /src
parent1c73564f66c68218d488726ff9455ac9a0901fc4 (diff)
Include config.h in minimalstreamwidget.h
Diffstat (limited to 'src')
-rw-r--r--src/minimalstreamwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/minimalstreamwidget.h b/src/minimalstreamwidget.h
index 81fd44c..c2f5b72 100644
--- a/src/minimalstreamwidget.h
+++ b/src/minimalstreamwidget.h
@@ -21,6 +21,10 @@
#ifndef minimalstreamwidget_h
#define minimalstreamwidget_h
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <gtkmm.h>
#include <libglademm.h>