From 2df54da6e2b70777154d38ce3923093568358285 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 1 Aug 2013 23:34:47 +0000 Subject: Move a bunch of the crypt modules and pint.h into wsutil. This means wsutil now links against libcrypt. Protect a bunch of the crypt header files from multiple inclusion. svn path=/trunk/; revision=51100 --- editcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcap.c') diff --git a/editcap.c b/editcap.c index 94b954f106..aeb0c2d769 100644 --- a/editcap.c +++ b/editcap.c @@ -78,6 +78,7 @@ #include #include #include +#include /* * The symbols declared in the below are exported from libwireshark, @@ -87,7 +88,6 @@ */ #define WS_BUILD_DLL #define RESET_SYMBOL_EXPORT /* wsutil/wsgetopt.h set export behavior above. */ -#include "epan/crypt/md5.h" #include "epan/plugins.h" #include "epan/filesystem.h" #undef WS_BUILD_DLL -- cgit v1.2.3