summaryrefslogtreecommitdiff
path: root/src/input/ost/dmx.h
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-12-31 18:47:45 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-12-31 18:47:45 +0000
commitf7931ac8783f98b4f8f2a8cffe25c60bdbb1a180 (patch)
treec84a46cb389ea36a8f1c6afce102d3a11e9eac0d /src/input/ost/dmx.h
parent721236d45a97911cef45ad901f944b05f3aaeed3 (diff)
downloadxine-lib-f7931ac8783f98b4f8f2a8cffe25c60bdbb1a180.tar.gz
xine-lib-f7931ac8783f98b4f8f2a8cffe25c60bdbb1a180.tar.bz2
Make dvb plugin compile on Solaris
CVS patchset: 3735 CVS date: 2002/12/31 18:47:45
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