summaryrefslogtreecommitdiff
blob: f18ed2c467a7fd3d25e8be7f70ec65e25cfc4b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/libs/Makefile b/libs/Makefile
index 23d951b..c442057 100755
--- a/libs/Makefile
+++ b/libs/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = sectioncrc dvbobjects
+SUBDIRS = sectioncrc
 
 subdirs:        $(SUBDIRS)
 $(SUBDIRS):
diff --git a/tools/mpe2sec/mpe.c b/tools/mpe2sec/mpe.c
index 18417af..1b3777a 100644
--- a/tools/mpe2sec/mpe.c
+++ b/tools/mpe2sec/mpe.c
@@ -12,7 +12,7 @@
 #include <sys/socket.h>
 #include <net/if.h>
 
-#include <net/if_tun.h>
+#include <linux/if_tun.h>
 
 #include "sectioncrc.h"