From: Hauke Mehrtens Date: Sun, 15 Oct 2017 12:19:20 +0000 (+0200) Subject: ppp: fix compile warning X-Git-Tag: v17.01.5~157 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d63eb474b3fc6cf5fb57dbe985689df3f7cf0b0e ppp: fix compile warning Signed-off-by: Hauke Mehrtens (cherry picked from commit f40fd43ab2fe0f5c707a07eb036e84af086f3066) --- 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 +#include +#include ++#include "pppd.h" +#include "pptp_msg.h" +#include "pptp_ctrl.h" +#include "pptp_options.h"