From a8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 24 Sep 2003 06:46:43 +0000 Subject: Use inttypes.h or stdint.h as appropriate. CVS patchset: 5411 CVS date: 2003/09/24 06:46:43 --- src/post/deinterlace/pulldown.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/post/deinterlace/pulldown.c') diff --git a/src/post/deinterlace/pulldown.c b/src/post/deinterlace/pulldown.c index 0b9ccf57e..fc166ae99 100644 --- a/src/post/deinterlace/pulldown.c +++ b/src/post/deinterlace/pulldown.c @@ -16,9 +16,20 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include + +#if HAVE_INTTYPES_H +#include +#else +#include +#endif + #include "pulldown.h" /** -- cgit v1.2.3