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 12626f5..f963e31 100644 (file)
@@ -12,6 +12,7 @@
  * See README and COPYING for more details.
  */
 
+#include <cstdio>
 #include <QImageReader>
 
 #include "wpagui.h"