From b0d00823eb96de733510354366246a94c6636b9f Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 22 Oct 2018 12:29:34 +0200 Subject: Fix compiler warnings. --- src/include/taler_json_lib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_json_lib.h') diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 99a2c375c..3d4b944a6 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -24,6 +24,7 @@ #include #include +#include #include "taler_util.h" #include "taler_error_codes.h" @@ -37,6 +38,11 @@ __FILE__, __LINE__, error.text, error.source) +/** + * A shorter name to make type casts less verbose. + */ +typedef GNUNET_CURL_JobCompletionCallback GC_JCC; + /** * Convert a TALER amount to a JSON object. * -- cgit v1.2.3