diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:10:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:10:38 +0100 |
commit | 0b40e7802798dfde3ac6cc5f24dd1f20e03b8fb5 (patch) | |
tree | 5432c78f60995d29d1b4f5567ed45465c5ad1304 /src/mint/taler-mint-httpd_keys.c | |
parent | ba38579c08664d4e75768f19fd639d1fa9470863 (diff) |
stop exporting microhttpd_lib API
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.c')
-rw-r--r-- | src/mint/taler-mint-httpd_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_keys.c b/src/mint/taler-mint-httpd_keys.c index ba023fe69..ce8bdf6e0 100644 --- a/src/mint/taler-mint-httpd_keys.c +++ b/src/mint/taler-mint-httpd_keys.c @@ -32,7 +32,7 @@ #include "taler_signatures.h" #include "taler_rsa.h" #include "taler_json_lib.h" -#include "taler_microhttpd_lib.h" +#include "taler-mint-httpd_json.h" #include "taler-mint-httpd_keys.h" |