]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wpa_gui-qt4: Include cstdio to avoid some compiler issues
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 9 Sep 2009 08:11:42 +0000 (11:11 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 9 Sep 2009 08:11:42 +0000 (11:11 +0300)
It looks like some build systems do not find snprintf() here unless
cstdio is included explicitly.

wpa_supplicant/wpa_gui-qt4/peers.cpp

index 12626f591c1445421764add2967591c10de35069..f963e318d4bb9d6f2683ef45235fbfdafb119263 100644 (file)
@@ -12,6 +12,7 @@
  * See README and COPYING for more details.
  */
 
+#include <cstdio>
 #include <QImageReader>
 
 #include "wpagui.h"