aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
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 /print.h
parent4c7f40f3f553696796f2889ee5d31bd611c428a1 (diff)
Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
svn path=/trunk/; revision=29575
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 2 insertions, 0 deletions
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"