From 084a9a35de309093d6c11973e3f1c77362cb4b46 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 6 Nov 2003 22:18:56 +0000 Subject: [PATCH] add config.h Original commit message from CVS: add config.h --- gst/videoscale/videoscale.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/videoscale/videoscale.c b/gst/videoscale/videoscale.c index 9caeb22cfd..cfb6218194 100644 --- a/gst/videoscale/videoscale.c +++ b/gst/videoscale/videoscale.c @@ -18,6 +18,9 @@ */ #define DEBUG_ENABLED +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include #include