Add efficient bit-fields manipulations.
[apps/madmutt.git] / lib-lib / lib-lib.h
index c254e95..edee99b 100644 (file)
@@ -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,6 +114,7 @@ typedef union __attribute__((transparent_union)) anytype {
 #include "utf8.h"
 
 #include "array.h"
+#include "bits.h"
 #include "buffer.h"
 #include "date.h"
 #include "file.h"