Note why we need <stdio.h>.

svn path=/trunk/; revision=40223
This commit is contained in:
Guy Harris 2011-12-16 00:54:45 +00:00
parent 49e38170c5
commit dad8d4ca55
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#ifndef __SSL_UTILS_H_
#define __SSL_UTILS_H_
#include <stdio.h>
#include <stdio.h> /* some APIs we declare take a stdio stream as an argument */
#include <glib.h>
#include <epan/packet.h>