summaryrefslogtreecommitdiffstats
path: root/ext/arts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/arts')
-rw-r--r--ext/arts/gst_arts.h1
-rw-r--r--ext/arts/gst_artsio_impl.cc4
2 files changed, 4 insertions, 1 deletions
diff --git a/ext/arts/gst_arts.h b/ext/arts/gst_arts.h
index 9ecdbaef..cf0ead06 100644
--- a/ext/arts/gst_arts.h
+++ b/ext/arts/gst_arts.h
@@ -24,7 +24,6 @@
#define __GST_ARTS_H__
-#include <config.h>
#include <gst/gst.h>
diff --git a/ext/arts/gst_artsio_impl.cc b/ext/arts/gst_artsio_impl.cc
index 71cfea85..dff27eb1 100644
--- a/ext/arts/gst_artsio_impl.cc
+++ b/ext/arts/gst_artsio_impl.cc
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <math.h>
#include "artsflow.h"
#include "stdsynthmodule.h"