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