mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-12-02 20:28:24 -05:00
wpa_gui-qt4: Include cstdio to avoid some compiler issues
It looks like some build systems do not find snprintf() here unless cstdio is included explicitly.
This commit is contained in:
parent
f05c7194cd
commit
e2670b1176
@ -12,6 +12,7 @@
|
|||||||
* See README and COPYING for more details.
|
* See README and COPYING for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
#include <QImageReader>
|
#include <QImageReader>
|
||||||
|
|
||||||
#include "wpagui.h"
|
#include "wpagui.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user