Updated to hostap_2_6
[mech_eap.git] / libeap / src / wps / wps_upnp.h
index 87b7ab1..b6f6df5 100644 (file)
 #ifndef WPS_UPNP_H
 #define WPS_UPNP_H
 
+#include "utils/list.h"
+
 struct upnp_wps_device_sm;
 struct wps_context;
 struct wps_data;
 
 struct upnp_wps_peer {
+       struct dl_list list;
        struct wps_data *wps;
 };