diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:55:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:55:15 +0100 |
commit | 8c558ddf89f12cd282154de3c9bdb295d45fbcfb (patch) | |
tree | 778da34f1335c684898a648025365ba6d17ebbbc /src/mint/taler-mint-httpd.c | |
parent | 9c3c6295a85a03fdad9a77799e85289ce65a109b (diff) |
generally just include taler_util.h
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r-- | src/mint/taler-mint-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c index fb5ce4405..d22f8af60 100644 --- a/src/mint/taler-mint-httpd.c +++ b/src/mint/taler-mint-httpd.c @@ -29,7 +29,7 @@ #include <pthread.h> #include "mint.h" #include "taler_signatures.h" -#include "taler_json_lib.h" +#include "taler_util.h" #include "taler-mint-httpd_parsing.h" #include "taler-mint-httpd_mhd.h" #include "taler-mint-httpd_keys.h" |