I don't understand how I missed that before...
[apps/madmutt.git] / lib-lib / lib-lib.h
index 1b0769a..6a22306 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef MUTT_LIB_LIB_LIB_LIB_H
 #define MUTT_LIB_LIB_LIB_LIB_H
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include "../config.h"
 #endif
 
@@ -110,6 +110,7 @@ typedef union __attribute__((transparent_union)) anytype {
 
 #include "mem.h"
 #include "str.h"
+#include "utf8.h"
 
 #include "array.h"
 #include "buffer.h"
@@ -117,6 +118,7 @@ typedef union __attribute__((transparent_union)) anytype {
 #include "file.h"
 #include "hash.h"
 #include "list.h"
+#include "md5.h"
 #include "mapping.h"
 #include "rx.h"
 #include "url.h"