提交 8de162eb 编写于 作者: G Guillaume Nault 提交者: Dmitry Kozlov

ppp: make ppp_auth.h self-contained

We need to include <stdint.h> to define 'uint8_t' and "ppp.h" for
'struct ppp_t'.
Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
上级 d906db43
#ifndef PPP_AUTH_H
#define PPP_AUTH_H
#include <stdint.h>
#include "list.h"
#include "ppp.h"
struct ppp_auth_handler_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册