aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-23 00:38:56 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-23 00:38:56 +0000
commita04b0fa6d968ece1a807109675f20bb154e7a89b (patch)
tree2dd51acc13942cc454e48d2a7c5b340fc33c7b19 /capture_sync.c
parent7351f86076c07c68d25492cc1bc02aee0d51c6a4 (diff)
use unicode-utils.h instead of strutil.h
svn path=/trunk/; revision=19301
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 c629fba330..4d2120c58d 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -41,7 +41,7 @@
#ifdef _WIN32
#include <fcntl.h>
-#include "epan/strutil.h"
+#include "epan/unicode-utils.h"
#endif
#ifdef HAVE_SYS_WAIT_H