summaryrefslogtreecommitdiff
path: root/src/map/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/storage.c')
-rw-r--r--src/map/storage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/storage.c b/src/map/storage.c
index 5b3c75d58..7a4649a98 100644
--- a/src/map/storage.c
+++ b/src/map/storage.c
@@ -24,6 +24,9 @@
#include <stdlib.h>
#include <string.h>
+struct storage_interface storage_s;
+struct guild_storage_interface gstorage_s;
+
/*==========================================
* Sort items in the warehouse
*------------------------------------------*/