Include sta_flags.h explicitly, not via sta_info.h

This commit is contained in:
Jouni Malinen 2009-11-29 18:00:39 +02:00
parent 90973fb2fd
commit bcd154c343
13 changed files with 12 additions and 2 deletions

View file

@ -37,6 +37,7 @@
#include "../../hostapd/ieee802_1x.h"
#include "../../hostapd/ieee802_11.h"
#include "../../hostapd/wpa.h"
#include "../../hostapd/sta_flags.h"
#include "../../hostapd/sta_info.h"
#include "../../hostapd/accounting.h"