From 6c81796d6f39e932d58b4fc1729b472d0e46e3d1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jun 2022 01:34:37 +0200 Subject: -work on error proof response checking for p2p payments --- src/lib/exchange_api_handle.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/exchange_api_handle.h') diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h index 569c723c4..7ef88489e 100644 --- a/src/lib/exchange_api_handle.h +++ b/src/lib/exchange_api_handle.h @@ -19,7 +19,9 @@ * @brief Internal interface to the handle part of the exchange's HTTP API * @author Christian Grothoff */ -#include "platform.h" +#ifndef EXCHANGE_API_HANDLE_H +#define EXCHANGE_API_HANDLE_H + #include #include "taler_auditor_service.h" #include "taler_exchange_service.h" @@ -254,3 +256,4 @@ TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h, const char *path); /* end of exchange_api_handle.h */ +#endif -- cgit v1.2.3