mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-05 10:27:19 +00:00
ppp: fix compile warning
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit f40fd43ab2fe0f5c707a07eb036e84af086f3066)
This commit is contained in:
parent
9bd667fc24
commit
d63eb474b3
@ -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…
x
Reference in New Issue
Block a user