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) |
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 @@ #include <gnunet/gnunet_util_lib.h> #include "taler_util.h" +#define TALER_TEMP_SCHEMA_NAME "taler_temporary" /** * Initialize database subsystem. |