taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit c902e09448cff020c792c98420302cbcbf131b53
parent 61c69c550c41c639cfca213cb3aa6ac72ea29509
Author: Dominik Hofer <dominik.hofer@bfh.ch>
Date:   Fri,  6 Dec 2019 10:15:39 +0100

fix

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -52,7 +52,7 @@ along with #include <taler/taler_json_lib.h> #include <taler/taler_merchant_service.h> #if HAVE_QRENCODE_H - +#include <qrencode.h> #endif #include <sys/mman.h> #include <sys/ioctl.h>