summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-25 14:08:47 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-25 14:08:47 +0100
commit1c34489905a5809bc238f173fee99b7aa7ff5359 (patch)
tree286a10e5066d718f0f1842f388a2dca2ff33b711 /src/exchange/taler-exchange-httpd.c
parent87376e02eba3f5c2cf83a493446dee0c300565a4 (diff)
downloadexchange-1c34489905a5809bc238f173fee99b7aa7ff5359.tar.gz
exchange-1c34489905a5809bc238f173fee99b7aa7ff5359.tar.bz2
exchange-1c34489905a5809bc238f173fee99b7aa7ff5359.zip
-add missing #include
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c1
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"