diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-05 16:06:06 +0100 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-05 16:06:06 +0100 |
commit | 73d3144a13abe53169eeb01e00cf496a23673466 (patch) | |
tree | 9172d23b53b01ec71b1158ff79c0631d766c15b9 | |
parent | bc55152b0a60b9fa68e00971d07ee91bc7a63856 (diff) | |
download | exchange-73d3144a13abe53169eeb01e00cf496a23673466.tar.gz exchange-73d3144a13abe53169eeb01e00cf496a23673466.zip |
Fix missing declaration
-rw-r--r-- | src/mint/mint_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index b6bc46e3e..b36823803 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <gnunet/gnunet_util_lib.h> | 27 | #include <gnunet/gnunet_util_lib.h> |
28 | #include "taler_util.h" | 28 | #include "taler_util.h" |
29 | 29 | ||
30 | #define TALER_TEMP_SCHEMA_NAME "taler_temporary" | ||
30 | 31 | ||
31 | /** | 32 | /** |
32 | * Initialize database subsystem. | 33 | * Initialize database subsystem. |