Oops: #include <stdio.h> is really needed.

svn path=/trunk/; revision=40222
This commit is contained in:
Bill Meier 2011-12-16 00:50:47 +00:00
parent 8ea30b478a
commit 49e38170c5
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#ifndef __SSL_UTILS_H_
#define __SSL_UTILS_H_
#include <stdio.h>
#include <glib.h>
#include <epan/packet.h>
#include <epan/emem.h>