diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-25 14:08:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-25 14:08:47 +0100 |
commit | 1c34489905a5809bc238f173fee99b7aa7ff5359 (patch) | |
tree | 286a10e5066d718f0f1842f388a2dca2ff33b711 /src | |
parent | 87376e02eba3f5c2cf83a493446dee0c300565a4 (diff) |
-add missing #include
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 526c93588..de4ffc7ca 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -32,6 +32,7 @@ #include "taler-exchange-httpd_auditors.h" #include "taler-exchange-httpd_deposit.h" #include "taler-exchange-httpd_deposits_get.h" +#include "taler-exchange-httpd_extensions.h" #include "taler-exchange-httpd_keys.h" #include "taler-exchange-httpd_kyc-check.h" #include "taler-exchange-httpd_kyc-proof.h" |