diff options
| author | Robin KAY <komadori@users.sourceforge.net> | 2002-12-31 18:47:45 +0000 |
|---|---|---|
| committer | Robin KAY <komadori@users.sourceforge.net> | 2002-12-31 18:47:45 +0000 |
| commit | f7931ac8783f98b4f8f2a8cffe25c60bdbb1a180 (patch) | |
| tree | c84a46cb389ea36a8f1c6afce102d3a11e9eac0d /src/input/ost/dmx.h | |
| parent | 721236d45a97911cef45ad901f944b05f3aaeed3 (diff) | |
| download | xine-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.h | 2 |
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 |
