summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/nstheme.c1
-rw-r--r--utils/utils.h1
2 files changed, 1 insertions, 1 deletions
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 <stdbool.h>
+#include <stdio.h>
#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 <stdlib.h>
#include <sys/types.h>
#include <regex.h>
-#include "libxml/encoding.h"
void die(const char * const error);
bool is_dir(const char *path);