18 lines
431 B
Text
18 lines
431 B
Text
|
From 0c6bab8640b3586ac8e1b8c35d87aa49b79719d0 Mon Sep 17 00:00:00 2001
|
||
|
From: Bastien Nocera <hadess@hadess.net>
|
||
|
Date: Thu, 23 Jan 2020 17:37:33 +0100
|
||
|
Subject: [PATCH] main: Fix redeclaration linking error
|
||
|
|
||
|
Index: src/storage.h
|
||
|
--- src/storage.h.orig
|
||
|
+++ src/storage.h
|
||
|
@@ -44,7 +44,7 @@ struct storage {
|
||
|
typedef struct storage fp_storage;
|
||
|
|
||
|
/* The currently setup store */
|
||
|
-fp_storage store;
|
||
|
+extern fp_storage store;
|
||
|
|
||
|
#endif
|
||
|
|