aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-10-15 14:19:20 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-10-15 14:19:49 +0200
commitf40fd43ab2fe0f5c707a07eb036e84af086f3066 (patch)
treec795b4a91b610178f763911912f1c7722296a97b
parent2dc9c8206b7a452ab6977945206ce9384b2d5f3f (diff)
downloadupstream-f40fd43ab2fe0f5c707a07eb036e84af086f3066.tar.gz
upstream-f40fd43ab2fe0f5c707a07eb036e84af086f3066.tar.bz2
upstream-f40fd43ab2fe0f5c707a07eb036e84af086f3066.zip
ppp: fix compile warning
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/network/services/ppp/patches/500-add-pptp-plugin.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/ppp/patches/500-add-pptp-plugin.patch b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
index d984e1b162..54a160d33f 100644
--- a/package/network/services/ppp/patches/500-add-pptp-plugin.patch
+++ b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
@@ -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"