]> git.samba.org - obnox/wireshark/wip.git/commitdiff
use unicode-utils.h instead of strutil.h
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Sep 2006 00:38:56 +0000 (00:38 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Sep 2006 00:38:56 +0000 (00:38 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19301 f5534014-38df-0310-8fa8-9805f1628bb7

capture_sync.c

index c629fba3308741b7627e57870516253f1d1fd1f1..4d2120c58dbc550339e60e2448b73202311e865b 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifdef _WIN32
 #include <fcntl.h>
-#include "epan/strutil.h"
+#include "epan/unicode-utils.h"
 #endif
 
 #ifdef HAVE_SYS_WAIT_H