diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_auth.h')
-rw-r--r-- | accel-pppd/ppp/ppp_auth.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdint.h> + #include "list.h" +#include "ppp.h" struct ppp_auth_handler_t; |