aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-26 23:24:22 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-26 23:24:22 +0000
commitfd7021476fe2f4157255612a003a29e0cf3f8ac3 (patch)
tree1b75ba1d29ccc26209d6a72b5322378bee0d01dd
parent4c7f40f3f553696796f2889ee5d31bd611c428a1 (diff)
Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
svn path=/trunk/; revision=29575
-rw-r--r--gtk/about_dlg.c1
-rw-r--r--print.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c
index 369d37c401..0848461410 100644
--- a/gtk/about_dlg.c
+++ b/gtk/about_dlg.c
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include <epan/filesystem.h>
diff --git a/print.h b/print.h
index f2697773cb..c0467a9bdd 100644
--- a/print.h
+++ b/print.h
@@ -27,6 +27,8 @@
#ifndef __PRINT_H__
#define __PRINT_H__
+#include <stdio.h>
+
#include <epan/packet.h>
#include "packet-range.h"