summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 20:55:15 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 20:55:15 +0100
commit8c558ddf89f12cd282154de3c9bdb295d45fbcfb (patch)
tree778da34f1335c684898a648025365ba6d17ebbbc /src/mint/taler-mint-httpd_deposit.c
parent9c3c6295a85a03fdad9a77799e85289ce65a109b (diff)
downloadexchange-8c558ddf89f12cd282154de3c9bdb295d45fbcfb.tar.gz
exchange-8c558ddf89f12cd282154de3c9bdb295d45fbcfb.tar.bz2
exchange-8c558ddf89f12cd282154de3c9bdb295d45fbcfb.zip
generally just include taler_util.h
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r--src/mint/taler-mint-httpd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c
index 63ce03579..6e6a5536f 100644
--- a/src/mint/taler-mint-httpd_deposit.c
+++ b/src/mint/taler-mint-httpd_deposit.c
@@ -35,7 +35,7 @@
#include "mint.h"
#include "mint_db.h"
#include "taler_signatures.h"
-#include "taler_json_lib.h"
+#include "taler_util.h"
#include "taler-mint-httpd_parsing.h"
#include "taler-mint-httpd_keys.h"
#include "taler-mint-httpd_db.h"