diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-29 18:46:42 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-29 18:46:42 +0200 |
commit | 4dbfe5c58afa4b0318d27a18c877338b81a5375e (patch) | |
tree | d45dcbe71c0cd4edb598f642fdfe985f26fd827f /hostapd/ap_list.c | |
parent | ea038e0da4045db709f6ea6a2e92b0cb4eb59f97 (diff) | |
download | external_wpa_supplicant_8_ti-4dbfe5c58afa4b0318d27a18c877338b81a5375e.zip external_wpa_supplicant_8_ti-4dbfe5c58afa4b0318d27a18c877338b81a5375e.tar.gz external_wpa_supplicant_8_ti-4dbfe5c58afa4b0318d27a18c877338b81a5375e.tar.bz2 |
Conver hostapd specific files to include common.h
Instead of getting this via hostapd.h, include it as the first
non-system header file in all source code files in the same way as
used in all other files.
Diffstat (limited to 'hostapd/ap_list.c')
-rw-r--r-- | hostapd/ap_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/ap_list.c b/hostapd/ap_list.c index a4eeb37..7cb7b37 100644 --- a/hostapd/ap_list.c +++ b/hostapd/ap_list.c @@ -17,6 +17,7 @@ #include "includes.h" +#include "common.h" #include "hostapd.h" #include "config.h" #include "ieee802_11.h" |