commit 6ed46851212e1c7753962a62d4acc70583d417e4
parent ab07b05c353f7efa877804092f3529ffe7fb5665
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 3 Aug 2020 16:43:36 +0200
add missing #include
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -26,10 +26,10 @@
#include <taler/taler_exchange_service.h>
#include "taler-merchant-httpd_exchanges.h"
#include "taler-merchant-httpd_get-orders-ID.h"
+#include "taler-merchant-httpd_mhd.h"
#include "taler-merchant-httpd_qr.h"
#include "taler-merchant-httpd_templating.h"
-
/**
* How often do we retry DB transactions on serialization failures?
*/