chiark / gitweb /
journal: completely rework the mmap cache as I too dumb to actually understand it
[elogind.git] / src / journal / mmap-cache.h
index 98a1a731f886009e7dd407370d5470dfe6e91c50..de34634080405859cab6384629dab9d519f3efda 100644 (file)
@@ -22,6 +22,8 @@
 ***/
 
 #include <inttypes.h>
+#include <stdbool.h>
+#include <sys/stat.h>
 
 typedef struct MMapCache MMapCache;