aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-28 20:19:55 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-28 20:19:55 +0000
commitda0f3a2fe7b1bb996fd814965e57fbb20ec2e970 (patch)
treed70498d786146b2e819ee680cc26ba8c90fd167e /dftest.c
parentc6d57934a5c0c9b1134f8ff232ef866ef8a95507 (diff)
Move some code (including the optional objects) into libwsutil
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33012 f5534014-38df-0310-8fa8-9805f1628bb7
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>