summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/speedy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/speedy.h')
-rw-r--r--src/post/deinterlace/speedy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/deinterlace/speedy.h b/src/post/deinterlace/speedy.h
index 3b835f5a6..7bc1a6535 100644
--- a/src/post/deinterlace/speedy.h
+++ b/src/post/deinterlace/speedy.h
@@ -19,10 +19,10 @@
#ifndef SPEEDY_H_INCLUDED
#define SPEEDY_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
#ifdef __cplusplus