gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix include


From: gnunet
Subject: [taler-exchange] branch master updated: -fix include
Date: Sun, 19 Nov 2023 15:45:33 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new cdc93b68 -fix include
cdc93b68 is described below

commit cdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Nov 19 15:45:28 2023 +0100

    -fix include
---
 src/exchange/taler-exchange-httpd_spa.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_spa.c 
b/src/exchange/taler-exchange-httpd_spa.c
index 66b6fdcf..60bed3d2 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"
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]