From 0512a0d2a58e4ad611af1a50d10da4117db14b54 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 15 Jan 2003 16:08:44 +0000 Subject: - Must include on solaris to get the _IOC..() macros for ioctl command codes - Must include on solaris, there is no CVS patchset: 3927 CVS date: 2003/01/15 16:08:44 --- src/input/dvb/dmx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/dvb/dmx.h') diff --git a/src/input/dvb/dmx.h b/src/input/dvb/dmx.h index 1c0f990c7..51d3c48cd 100644 --- a/src/input/dvb/dmx.h +++ b/src/input/dvb/dmx.h @@ -27,8 +27,14 @@ #ifdef __KERNEL__ #include #else +#if HAVE_INTTYPES_H +#include +#else +#if HAVE_STDINT_H #include #endif +#endif +#endif #define DMX_FILTER_SIZE 16 -- cgit v1.2.3