diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-05 15:08:47 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-05 15:08:47 +0200 |
| commit | b533026632963efcb01b9a193aa45806e02aafa1 (patch) | |
| tree | d910c055f39ba0176a0bfa3375f12bd2af5b27e2 /src/exchange/taler-exchange-httpd_kyc.h | |
| parent | 73b099cfd5edb3ae8a6e440ddf53d96fb9288558 (diff) | |
adding kyclogic plugin template
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc.h')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_kyc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc.h b/src/exchange/taler-exchange-httpd_kyc.h index ea409c75..1df264c1 100644 --- a/src/exchange/taler-exchange-httpd_kyc.h +++ b/src/exchange/taler-exchange-httpd_kyc.h @@ -22,6 +22,7 @@ #define TALER_EXCHANGE_HTTPD_KYC_H #include <microhttpd.h> +#include "taler_exchangedb_plugin.h" #include "taler_kyclogic_plugin.h" |
