diff options
Diffstat (limited to 'src/input/dvb/dmx.h')
-rw-r--r-- | src/input/dvb/dmx.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <linux/types.h> #else +#if HAVE_INTTYPES_H +#include <inttypes.h> +#else +#if HAVE_STDINT_H #include <stdint.h> #endif +#endif +#endif #define DMX_FILTER_SIZE 16 |