summaryrefslogtreecommitdiff
path: root/src/input/ost/dmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ost/dmx.h')
-rw-r--r--src/input/ost/dmx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/ost/dmx.h b/src/input/ost/dmx.h
index 9c4bb6b6d..332d669af 100644
--- a/src/input/ost/dmx.h
+++ b/src/input/ost/dmx.h
@@ -26,6 +26,8 @@
#ifdef __KERNEL__
#include <linux/types.h>
+#elif defined(__sun)
+#include <inttypes.h>
#else
#include <stdint.h>
#endif