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, 5 insertions, 1 deletions
diff --git a/src/post/deinterlace/speedy.h b/src/post/deinterlace/speedy.h
index 6c40abc8c..341f85494 100644
--- a/src/post/deinterlace/speedy.h
+++ b/src/post/deinterlace/speedy.h
@@ -19,7 +19,11 @@
#ifndef SPEEDY_H_INCLUDED
#define SPEEDY_H_INCLUDED
-#include <stdint.h>
+#if defined (__SVR4) && defined (__sun)
+# include <sys/int_types.h>
+#else
+# include <stdint.h>
+#endif
#ifdef __cplusplus
extern "C" {