mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -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.
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
#include <QImageReader>
|
||||
|
||||
#include "wpagui.h"
|
||||
|
Loading…
Reference in New Issue
Block a user