diff --git a/lotordb/src/rewrite/lotordb/src/db_keystore.h b/lotordb/src/rewrite/lotordb/src/db_keystore.h index 5b3c96d..3783034 100644 --- a/lotordb/src/rewrite/lotordb/src/db_keystore.h +++ b/lotordb/src/rewrite/lotordb/src/db_keystore.h @@ -1,5 +1,6 @@ #ifndef DB_KEYSTORE_H #define DB_KEYSTORE_H 1 +#include typedef struct kvsh { char key[256]; diff --git a/lotordb/src/rewrite/lotordb/src/db_tables.h b/lotordb/src/rewrite/lotordb/src/db_tables.h index 9b9f651..76cb620 100644 --- a/lotordb/src/rewrite/lotordb/src/db_tables.h +++ b/lotordb/src/rewrite/lotordb/src/db_tables.h @@ -1,5 +1,6 @@ #ifndef DB_TABLES_H #define DB_TABLES_H 1 +#include #include "db_keystore.h" //#include "ciphers.h"