]> the.earth.li Git - onak.git/blobdiff - keydb_keyd.c
Cleanup various includes
[onak.git] / keydb_keyd.c
index 7d3754a837693d26e610b3e2150471c9ce06aeae..acbdcff14cb2d96fbbeaad66caa19cc27642a48a 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -34,6 +36,7 @@
 #include "keystructs.h"
 #include "log.h"
 #include "mem.h"
+#include "onak.h"
 #include "onak-conf.h"
 #include "parsekey.h"