summaryrefslogtreecommitdiff
path: root/dftest.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
commit47e2d75820ee02066a61e341034aace6d28063c1 (patch)
treed70498d786146b2e819ee680cc26ba8c90fd167e /dftest.c
parent17807a6b21c50a72e3bc11ddf0ff7bc2b313823a (diff)
downloadwireshark-47e2d75820ee02066a61e341034aace6d28063c1.tar.gz
Move some code (including the optional objects) into libwsutil
svn path=/trunk/; revision=33012
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dftest.c b/dftest.c
index 03e884b8a3..a9ed864588 100644
--- a/dftest.c
+++ b/dftest.c
@@ -33,7 +33,7 @@
#include <errno.h>
#ifdef NEED_STRERROR_H
-#include "strerror.h"
+#include "wsutil/strerror.h"
#endif
#include <glib.h>