diff --git a/accel-pppd/include/ap_net.h b/accel-pppd/include/ap_net.h index 25121d946c65a2a4da659372a8cfb03fd4cca9f0..91ebdd5e2370f68d5bd8606cd5b61c66cddb72b3 100644 --- a/accel-pppd/include/ap_net.h +++ b/accel-pppd/include/ap_net.h @@ -1,7 +1,11 @@ #ifndef __AP_NET_H #define __AP_NET_H -struct rtnl_handle; +#include +#include + +#include "libnetlink.h" +#include "list.h" struct ap_net { struct list_head entry;