diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-08-26 23:24:22 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-08-26 23:24:22 +0000 |
commit | fd7021476fe2f4157255612a003a29e0cf3f8ac3 (patch) | |
tree | 1b75ba1d29ccc26209d6a72b5322378bee0d01dd /print.h | |
parent | 4c7f40f3f553696796f2889ee5d31bd611c428a1 (diff) | |
download | wireshark-fd7021476fe2f4157255612a003a29e0cf3f8ac3.tar.gz wireshark-fd7021476fe2f4157255612a003a29e0cf3f8ac3.tar.bz2 wireshark-fd7021476fe2f4157255612a003a29e0cf3f8ac3.zip |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ #ifndef __PRINT_H__ #define __PRINT_H__ +#include <stdio.h> + #include <epan/packet.h> #include "packet-range.h" |