From 83f9ecf96fdfac34b5c19c12f4bee9b04c12420c Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 30 Jun 2008 17:16:29 +0000 Subject: Move privileges.c and unicode-utils.c from epan to wsutil (so things like capinfos and dumpcap don't need to depend on libwireshark nor directly pull in those modules). Because capinfos and editcap were only being linked with privileges.c if we had plugins, this allows those programs to be linked when someone is compiling --without-plugins. svn path=/trunk/; revision=25640 --- dftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 8dd5bce8d2..7317f3b561 100644 --- a/dftest.c +++ b/dftest.c @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include "util.h" #include "epan/dfilter/dfilter.h" -- cgit v1.2.1