diff options
Diffstat (limited to 'src/input/dvb/frontend.h')
-rw-r--r-- | src/input/dvb/frontend.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/dvb/frontend.h b/src/input/dvb/frontend.h index 550d3b42c..937469ac1 100644 --- a/src/input/dvb/frontend.h +++ b/src/input/dvb/frontend.h @@ -29,8 +29,14 @@ #ifdef __KERNEL__ #include <linux/types.h> #else +#if HAVE_INTTYPE_H +#include <inttypes.h> +#else +#if HAVE_STDINT_H #include <stdint.h> #endif +#endif +#endif typedef enum { |