aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
commit54bb2e7a5c0df621f3d59056ece86934082814be (patch)
treedd13c52ad2628208b6667668a2ed34b6fbe55598 /editcap.c
parent27059c2804a7efc0f4f1e91dbfff88039407920d (diff)
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark).
svn path=/trunk/; revision=50598
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index f0c1adf29f..08a3d29dac 100644
--- a/editcap.c
+++ b/editcap.c
@@ -76,6 +76,7 @@
#endif
#include <wsutil/privileges.h>
+#include "wsutil/report_err.h"
/*
* The symbols declared in the below are exported from libwireshark,
@@ -87,10 +88,8 @@
#define RESET_SYMBOL_EXPORT /* wsutil/wsgetopt.h set export behavior above. */
#include "epan/crypt/md5.h"
#include "epan/plugins.h"
-#include "epan/report_err.h"
#include "epan/filesystem.h"
#include "epan/strnatcmp.h"
-#include "wsutil/nstime.h"
#undef WS_BUILD_DLL
#define RESET_SYMBOL_EXPORT