[PATCH 4/6] Include wpa_supplicant_i.h for struct wpa_supplicant
Dan Williams
dcbw
Mon Oct 24 09:05:49 PDT 2011
If something used in a header, that thing's definition should
probably be included in that header. In this case, 'struct
wpa_supplicant'.
Signed-off-by: Dan Williams <dcbw at redhat.com>
---
wpa_supplicant/wpas_glue.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/wpa_supplicant/wpas_glue.h b/wpa_supplicant/wpas_glue.h
index fb67721..6ef67aa 100644
--- a/wpa_supplicant/wpas_glue.h
+++ b/wpa_supplicant/wpas_glue.h
@@ -16,6 +16,7 @@
#define WPAS_GLUE_H
#include "common/defs.h"
+#include "wpa_supplicant_i.h"
int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s);
int wpa_supplicant_init_wpa(struct wpa_supplicant *wpa_s);
--
1.7.6.4
More information about the Hostap
mailing list