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
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
* See README and COPYING for more details.
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
#include <QImageReader>
|
||||
|
||||
#include "wpagui.h"
|
||||
|
|
Loading…
Reference in a new issue