gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: -fix includes
Date: Sun, 21 Aug 2022 11:46:49 +0200

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 92a76bae -fix includes
92a76bae is described below

commit 92a76baef6e325d78a7f85286ebe2e9a17188593
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 21 11:46:40 2022 +0200

    -fix includes
---
 src/include/taler_kyclogic_lib.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index fbdaaa2f..494f7787 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -22,8 +22,8 @@
 #define TALER_KYCLOGIC_LIB_H
 
 #include <microhttpd.h>
-#include <taler_exchangedb_plugin.h>
-#include <taler_kyclogic_plugin.h>
+#include "taler_exchangedb_plugin.h"
+#include "taler_kyclogic_plugin.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]