Blame SOURCES/0077-storage-Include-storage-header-so-that-we-have-decla.patch

73b847
From 15c75f743325a9e73c07fcb35de71c04eb9e9001 Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Wed, 4 Dec 2019 13:13:40 +0100
73b847
Subject: [PATCH 077/181] storage: Include storage header so that we have
73b847
 declarations
73b847
73b847
---
73b847
 examples/storage.c | 1 +
73b847
 1 file changed, 1 insertion(+)
73b847
73b847
diff --git a/examples/storage.c b/examples/storage.c
73b847
index db35854..6ca6efc 100644
73b847
--- a/examples/storage.c
73b847
+++ b/examples/storage.c
73b847
@@ -20,6 +20,7 @@
73b847
  */
73b847
 
73b847
 #include <libfprint/fprint.h>
73b847
+#include "storage.h"
73b847
 
73b847
 #include <errno.h>
73b847
 #include <stdio.h>
73b847
-- 
73b847
2.24.1
73b847