summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/dvbin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index e278e79489..8f7ff28d40 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -15,6 +15,7 @@
#define LOF1 (9750*1000UL)
#define LOF2 (10600*1000UL)
+#include <inttypes.h>
#include <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>
#include <linux/dvb/version.h>
@@ -37,8 +38,6 @@
#define DVB_CHANNEL_LOWER -1
#define DVB_CHANNEL_HIGHER 1
-#include "inttypes.h"
-
#ifndef DMX_FILTER_SIZE
#define DMX_FILTER_SIZE 16
#endif