diff options
Diffstat (limited to '')
-rw-r--r-- | src/storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage.c b/src/storage.c index c60ddee..b7f74e5 100644 --- a/src/storage.c +++ b/src/storage.c @@ -9,6 +9,8 @@ #include "log.h" #include "storage_sqlite.h" +#include <stddef.h> + typedef void (*storage_settings_destroy_t)(const struct storage_settings *); typedef int (*storage_create_t)(struct storage *, const struct storage_settings *); typedef void (*storage_destroy_t)(struct storage *); |