summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-21 11:46:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-21 11:46:40 +0200
commit92a76baef6e325d78a7f85286ebe2e9a17188593 (patch)
treefdf3af2ebeb16a4cacb43d1ec060ab4ba06932c2 /src/include
parentfa2e6f5909eb08875c421b1dd981f413aef295c6 (diff)
downloadexchange-92a76baef6e325d78a7f85286ebe2e9a17188593.tar.gz
exchange-92a76baef6e325d78a7f85286ebe2e9a17188593.tar.bz2
exchange-92a76baef6e325d78a7f85286ebe2e9a17188593.zip
-fix includes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index fbdaaa2f8..494f7787d 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"
/**