diff options
Diffstat (limited to 'src/post/deinterlace/pulldown.h')
-rw-r--r-- | src/post/deinterlace/pulldown.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/post/deinterlace/pulldown.h b/src/post/deinterlace/pulldown.h index bcf17ced9..13868f30f 100644 --- a/src/post/deinterlace/pulldown.h +++ b/src/post/deinterlace/pulldown.h @@ -19,11 +19,12 @@ #ifndef PULLDOWN_H_INCLUDED #define PULLDOWN_H_INCLUDED -#if defined (__SVR4) && defined (__sun) -# include <sys/int_types.h> +#if HAVE_INTTYPES_H +#include <inttypes.h> #else -# include <stdint.h> +#include <stdint.h> #endif + #include "speedy.h" #ifdef __cplusplus |