aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-27 04:47:28 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-27 04:47:28 +0000
commita15bb4beb9ac63f7c244fd971baa140b328f06b2 (patch)
tree530fa0647af043b95a1df3381ed709efb1d04d2c
parent1bc9f19f0549014d814813450dd7874e4a0d21bf (diff)
Add #include <stdio.h> in a few more places ....
svn path=/trunk/; revision=29578
-rw-r--r--gtk/airpcap_gui_utils.c1
-rw-r--r--gtk/compare_stat.c2
-rw-r--r--gtk/dcerpc_stat.c1
-rw-r--r--gtk/io_stat.c1
-rw-r--r--gtk/mcast_stream.c1
-rw-r--r--gtk/rpc_progs.c2
-rw-r--r--gtk/rpc_stat.c2
-rw-r--r--gtk/scsi_stat.c2
-rw-r--r--gtk/sctp_stat_dlg.c2
-rw-r--r--gtk/tcp_graph.c2
-rw-r--r--gtk/voip_calls_dlg.c2
11 files changed, 18 insertions, 0 deletions
diff --git a/gtk/airpcap_gui_utils.c b/gtk/airpcap_gui_utils.c
index e1b1c9c572..24465dc455 100644
--- a/gtk/airpcap_gui_utils.c
+++ b/gtk/airpcap_gui_utils.c
@@ -33,6 +33,7 @@
#include <gtk/gtk.h>
#include <glib.h>
+#include <stdio.h>
#include <string.h>
#include <epan/filesystem.h>
diff --git a/gtk/compare_stat.c b/gtk/compare_stat.c
index 097c1bf629..fc4b48e3f6 100644
--- a/gtk/compare_stat.c
+++ b/gtk/compare_stat.c
@@ -36,8 +36,10 @@
# include "config.h"
#endif
+#include <stdio.h>
#include <string.h>
#include <math.h>
+
#include <glib.h>
#include <gtk/gtk.h>
diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c
index c75af2a32e..53702df9f3 100644
--- a/gtk/dcerpc_stat.c
+++ b/gtk/dcerpc_stat.c
@@ -33,6 +33,7 @@
# include "config.h"
#endif
+#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 72f08d1ea7..5d10758f88 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -31,6 +31,7 @@
# include <sys/types.h>
#endif
+#include <stdio.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
diff --git a/gtk/mcast_stream.c b/gtk/mcast_stream.c
index 152314fa85..1d7929443b 100644
--- a/gtk/mcast_stream.c
+++ b/gtk/mcast_stream.c
@@ -40,6 +40,7 @@
# include <sys/types.h>
#endif
+#include <stdio.h>
#include <time.h>
#include <string.h>
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index 5c955f07f2..a04dba98a1 100644
--- a/gtk/rpc_progs.c
+++ b/gtk/rpc_progs.c
@@ -32,6 +32,8 @@
# include "config.h"
#endif
+#include <stdio.h>
+
#include <gtk/gtk.h>
#include <epan/packet_info.h>
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index 16c90a6c12..d80263580b 100644
--- a/gtk/rpc_stat.c
+++ b/gtk/rpc_stat.c
@@ -32,6 +32,8 @@
# include "config.h"
#endif
+#include <stdio.h>
+
#include <gtk/gtk.h>
#include <epan/packet_info.h>
diff --git a/gtk/scsi_stat.c b/gtk/scsi_stat.c
index 1faebd4afa..050959a560 100644
--- a/gtk/scsi_stat.c
+++ b/gtk/scsi_stat.c
@@ -30,6 +30,8 @@
# include "config.h"
#endif
+#include <stdio.h>
+
#include <gtk/gtk.h>
#include <epan/packet_info.h>
diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c
index fc493e2d95..586d73ccfe 100644
--- a/gtk/sctp_stat_dlg.c
+++ b/gtk/sctp_stat_dlg.c
@@ -25,6 +25,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+
+#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index e63cfe7e97..ddd7fcc63d 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -27,6 +27,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+
+#include <stdio.h>
#include <math.h>
#include <string.h>
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index 6f42298997..556b40b8b3 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -36,6 +36,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+
+#include <stdio.h>
#include <string.h>
#include <ctype.h>