libfprint/SOURCES/0077-storage-Include-storag...

26 lines
597 B
Diff

From 15c75f743325a9e73c07fcb35de71c04eb9e9001 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
Date: Wed, 4 Dec 2019 13:13:40 +0100
Subject: [PATCH 077/181] 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 <libfprint/fprint.h>
+#include "storage.h"
#include <errno.h>
#include <stdio.h>
--
2.24.1