summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 5d9f52dc..0492ed96 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -795,7 +795,7 @@ handle_mhd_completion_callback (void *cls,
return;
GNUNET_SCHEDULER_begin_async_scope (&hc->async_scope_id);
{
-#ifdef MHD_CONNECTION_INFO_HTTP_STATUS
+#if MHD_VERSION >= 0x00097304
const union MHD_ConnectionInfo *ci;
unsigned int http_status = 0;