mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
wpa_gui: Fix compilation with gcc/g++ 4.7
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> intended-for: hostap-1
This commit is contained in:
parent
b9b12d02f0
commit
46d69fa5c6
@ -6,16 +6,12 @@
|
||||
* See README for more details.
|
||||
*/
|
||||
|
||||
#ifdef __MINGW32__
|
||||
/* Need to get getopt() */
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NATIVE_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif /* CONFIG_NATIVE_WINDOWS */
|
||||
|
||||
#include <cstdio>
|
||||
#include <unistd.h>
|
||||
#include <QMessageBox>
|
||||
#include <QCloseEvent>
|
||||
#include <QImageReader>
|
||||
|
Loading…
Reference in New Issue
Block a user