mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-15 12:53:35 +08:00
ppp: fix compile warning
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
2dc9c8206b
commit
f40fd43ab2
@ -1083,6 +1083,7 @@
|
||||
+#include <string.h>
|
||||
+#include <ctype.h>
|
||||
+#include <fcntl.h>
|
||||
+#include "pppd.h"
|
||||
+#include "pptp_msg.h"
|
||||
+#include "pptp_ctrl.h"
|
||||
+#include "pptp_options.h"
|
||||
|
Loading…
Reference in New Issue
Block a user