diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-09-20 01:29:52 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-09-20 01:29:52 +0000 |
commit | 3551a86c36fa9f27dede601320a812d2ce0ae941 (patch) | |
tree | c74c0f93eaeda6f2bc7f09898a85431eea7e381b /wsutil/airpdcap_wep.c | |
parent | 3e05236eff6c7f3638f7a1b94ca9a1f398e673a1 (diff) | |
download | wireshark-3551a86c36fa9f27dede601320a812d2ce0ae941.tar.gz wireshark-3551a86c36fa9f27dede601320a812d2ce0ae941.tar.bz2 wireshark-3551a86c36fa9f27dede601320a812d2ce0ae941.zip |
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45015
Diffstat (limited to 'wsutil/airpdcap_wep.c')
-rw-r--r-- | wsutil/airpdcap_wep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wsutil/airpdcap_wep.c b/wsutil/airpdcap_wep.c index 29d7d44743..2ff4ca12b6 100644 --- a/wsutil/airpdcap_wep.c +++ b/wsutil/airpdcap_wep.c @@ -33,9 +33,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" /************************************************************************/ /* File includes */ |