From cbbca59134083e5559b5361911054dbe774e7e63 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 22 Mar 2005 20:49:58 +0000 Subject: [project @ 2005-03-22 20:49:58 by rjw] Fix build issues svn path=/import/nstheme/; revision=2441 --- desktop/nstheme.c | 1 + utils/utils.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/nstheme.c b/desktop/nstheme.c index d4e5a19..0120b8c 100644 --- a/desktop/nstheme.c +++ b/desktop/nstheme.c @@ -6,6 +6,7 @@ */ #include +#include #include "nstheme/desktop/gui.h" #include "nstheme/desktop/nstheme.h" #include "nstheme/utils/utils.h" diff --git a/utils/utils.h b/utils/utils.h index 7f52acf..65e856c 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -14,7 +14,6 @@ #include #include #include -#include "libxml/encoding.h" void die(const char * const error); bool is_dir(const char *path); -- cgit v1.2.3