summaryrefslogtreecommitdiff
path: root/capture_sync.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 /capture_sync.c
parent27059c2804a7efc0f4f1e91dbfff88039407920d (diff)
downloadwireshark-54bb2e7a5c0df621f3d59056ece86934082814be.tar.gz
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 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index f8a6f83f28..04a61a6500 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -85,7 +85,6 @@
#include "globals.h"
#include "file.h"
#include <epan/filesystem.h>
-#include <epan/report_err.h>
#include "capture.h"
#include "capture_sync.h"
@@ -99,6 +98,7 @@
#include "ui/ui_util.h"
#include <wsutil/file_util.h>
+#include <wsutil/report_err.h>
#include "log.h"
#ifdef _WIN32