diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-06-30 17:16:29 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-06-30 17:16:29 +0000 |
commit | 83f9ecf96fdfac34b5c19c12f4bee9b04c12420c (patch) | |
tree | 90375f8b4b84d99576ef5374cdb7e7d596d92329 /epan/guid-utils.c | |
parent | 6d4f9c1edab6390b383858efc26c692f1f2ddb1f (diff) | |
download | wireshark-83f9ecf96fdfac34b5c19c12f4bee9b04c12420c.tar.gz wireshark-83f9ecf96fdfac34b5c19c12f4bee9b04c12420c.tar.bz2 wireshark-83f9ecf96fdfac34b5c19c12f4bee9b04c12420c.zip |
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
Diffstat (limited to 'epan/guid-utils.c')
-rw-r--r-- | epan/guid-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/guid-utils.c b/epan/guid-utils.c index cbe73a2896..ce1dc2291a 100644 --- a/epan/guid-utils.c +++ b/epan/guid-utils.c @@ -31,7 +31,7 @@ #include <glib.h> #include <epan/epan.h> -#include <epan/unicode-utils.h> +#include <wsutil/unicode-utils.h> #include <epan/emem.h> #include "guid-utils.h" |