[source] ppp: fix compile warning

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 15 07:04:47 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/f40fd43ab2fe0f5c707a07eb036e84af086f3066

commit f40fd43ab2fe0f5c707a07eb036e84af086f3066
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 15 14:19:20 2017 +0200

    ppp: fix compile warning
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/services/ppp/patches/500-add-pptp-plugin.patch | 1 +
 1 file changed, 1 insertion(+)

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 d984e1b..54a160d 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"



More information about the lede-commits mailing list