summaryrefslogtreecommitdiff
path: root/accel-pppd/include/ap_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/include/ap_net.h')
-rw-r--r--accel-pppd/include/ap_net.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/accel-pppd/include/ap_net.h b/accel-pppd/include/ap_net.h
index 25121d9..91ebdd5 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 <sys/socket.h>
+#include <sys/types.h>
+
+#include "libnetlink.h"
+#include "list.h"
struct ap_net {
struct list_head entry;