summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/greedy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/plugins/greedy.c')
-rw-r--r--src/post/deinterlace/plugins/greedy.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/greedy.c b/src/post/deinterlace/plugins/greedy.c
index fb7eb454c..1384bd0cd 100644
--- a/src/post/deinterlace/plugins/greedy.c
+++ b/src/post/deinterlace/plugins/greedy.c
@@ -20,7 +20,11 @@
*/
#include <stdio.h>
-#include <stdint.h>
+#if defined (__SVR4) && defined (__sun)
+# include <sys/int_types.h>
+#else
+# include <stdint.h>
+#endif
#ifdef HAVE_CONFIG_H
# include "config.h"