Revert "we use glibc, and gconv. Don't need our own transcoding stuff, glibc does"
[apps/madmutt.git] / lib-lib / lib-lib.h
index 706a246..04d914c 100644 (file)
@@ -21,7 +21,7 @@
 #define MUTT_LIB_LIB_LIB_LIB_H
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+# include <config.h>
 #endif
 
 #ifndef __GNUC__
@@ -58,6 +58,7 @@
 #elif HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif
+#include <stdbool.h>
 
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
@@ -113,8 +114,8 @@ typedef union __attribute__((transparent_union)) anytype {
 #include "utf8.h"
 
 #include "array.h"
+#include "bits.h"
 #include "buffer.h"
-#include "date.h"
 #include "file.h"
 #include "hash.h"
 #include "list.h"