From 8de162eb8c0ea481fa059b463f2555cbfaf6a7a6 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Wed, 24 Oct 2018 16:36:10 +0200 Subject: ppp: make ppp_auth.h self-contained We need to include to define 'uint8_t' and "ppp.h" for 'struct ppp_t'. Signed-off-by: Guillaume Nault --- accel-pppd/ppp/ppp_auth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'accel-pppd/ppp') diff --git a/accel-pppd/ppp/ppp_auth.h b/accel-pppd/ppp/ppp_auth.h index 5049fd5a..c8df9fc6 100644 --- a/accel-pppd/ppp/ppp_auth.h +++ b/accel-pppd/ppp/ppp_auth.h @@ -1,7 +1,10 @@ #ifndef PPP_AUTH_H #define PPP_AUTH_H +#include + #include "list.h" +#include "ppp.h" struct ppp_auth_handler_t; -- cgit v1.2.3