From 1d48b70f388f4c4631c97f51198fb203a9dada4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 4 Dec 2019 13:13:40 +0100 Subject: [PATCH] storage: Include storage header so that we have declarations --- examples/storage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/storage.c b/examples/storage.c index db35854..6ca6efc 100644 --- a/examples/storage.c +++ b/examples/storage.c @@ -20,6 +20,7 @@ */ #include +#include "storage.h" #include #include