From 6c796ef24616730ff8647a4d8be66e0a387a488c Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 8 Oct 2003 20:47:20 +0000 Subject: Fix includes. CVS patchset: 5475 CVS date: 2003/10/08 20:47:20 --- src/post/deinterlace/plugins/scalerbob.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/post/deinterlace/plugins/scalerbob.c b/src/post/deinterlace/plugins/scalerbob.c index 54074fccf..f393a53ab 100644 --- a/src/post/deinterlace/plugins/scalerbob.c +++ b/src/post/deinterlace/plugins/scalerbob.c @@ -18,7 +18,19 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include + +#if HAVE_INTTYPES_H +#include +#else +#include +#endif + #include "speedy.h" #include "deinterlace.h" -- cgit v1.2.3