mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 14:16:17 +00:00
14 lines
284 B
Diff
14 lines
284 B
Diff
diff --git a/tools/mpe2sec/mpe.c b/tools/mpe2sec/mpe.c
|
|
index 18417af..3b71f64 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"
|
|
|