aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-16 01:16:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-16 01:16:50 +0000
commit2d30d5beb13d0ab9485c05186ad8ddf7a808ef58 (patch)
tree3cf6fb2b9c9c3afbbb416f3c4a27a9ec46c1e987 /editcap.c
parente4bb3006675e70e4e35fe481c9dcb6c4994ab0eb (diff)
Move strnatcmp.{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 mergecap (which don't link against libwireshark). svn path=/trunk/; revision=50650
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index 08a3d29dac..94b954f106 100644
--- a/editcap.c
+++ b/editcap.c
@@ -76,7 +76,8 @@
#endif
#include <wsutil/privileges.h>
-#include "wsutil/report_err.h"
+#include <wsutil/report_err.h>
+#include <wsutil/strnatcmp.h>
/*
* The symbols declared in the below are exported from libwireshark,
@@ -89,7 +90,6 @@
#include "epan/crypt/md5.h"
#include "epan/plugins.h"
#include "epan/filesystem.h"
-#include "epan/strnatcmp.h"
#undef WS_BUILD_DLL
#define RESET_SYMBOL_EXPORT