diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-19 21:04:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-19 21:04:58 +0100 |
commit | a1f20a92a0578e63b2b5d764ac802dbe45ab08e0 (patch) | |
tree | 4c07a81b40a2eac0ce1b412d7c3a3376a27ef533 /src/mint/mint_db.c | |
parent | 3553e60733e4ad2c71a3daa4148182443958dd04 (diff) |
restructuring more of deposit logic towards desired flow structure
Diffstat (limited to 'src/mint/mint_db.c')
-rw-r--r-- | src/mint/mint_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/mint_db.c b/src/mint/mint_db.c index 6dc025877..372fc937d 100644 --- a/src/mint/mint_db.c +++ b/src/mint/mint_db.c @@ -22,6 +22,7 @@ #include "platform.h" #include "taler_db_lib.h" #include "taler_signatures.h" +#include "taler-mint-httpd_responses.h" #include "mint_db.h" #include "mint.h" #include <pthread.h> |