aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:04:55 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:24:02 +0200
commite38fa7df2e53c731d664f1851fa754ac35f0400c (patch)
tree9ca15b2be7ccbc477eacebfea21f4ad4d4d93196 /src/storage.c
parentsignal: remove unused APIs (diff)
downloadcimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.tar.gz
cimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.zip
sanitize #include-s
Diffstat (limited to '')
-rw-r--r--src/storage.c2
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 *);