summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-19 15:45:28 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-19 15:45:28 +0100
commitcdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e (patch)
tree4451ecad71aecd2d559f18faeec66dd97bf9001f
parente3cd49d353941624a08d3c79b8da32b106bfd742 (diff)
downloadexchange-cdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e.tar.gz
exchange-cdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e.tar.bz2
exchange-cdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e.zip
-fix include
-rw-r--r--src/exchange/taler-exchange-httpd_spa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_spa.c b/src/exchange/taler-exchange-httpd_spa.c
index 66b6fdcfa..60bed3d28 100644
--- a/src/exchange/taler-exchange-httpd_spa.c
+++ b/src/exchange/taler-exchange-httpd_spa.c
@@ -20,8 +20,8 @@
*/
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>
-#include <taler/taler_util.h>
-#include <taler/taler_mhd_lib.h>
+#include "taler_util.h"
+#include "taler_mhd_lib.h"
#include <gnunet/gnunet_mhd_compat.h>
#include "taler-exchange-httpd.h"