As noticed by Anders: move a wmem include outside of the #ifdef, we want it

regardless of whether or not we have GnuTLS.

svn path=/trunk/; revision=51067
This commit is contained in:
Evan Huus 2013-07-31 15:32:42 +00:00
parent fbbeebe054
commit 0e90cd8f80
1 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,7 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/wmem/wmem.h>
#ifdef HAVE_LIBGNUTLS
#include <wsutil/wsgcrypt.h>
@ -39,8 +40,6 @@
#include <epan/conversation.h>
#include "ws_symbol_export.h"
#include <epan/wmem/wmem.h>
/* #define SSL_FAST 1 */
#define SSL_DECRYPT_DEBUG