diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-09 16:44:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-09 16:44:40 +0100 |
commit | 6c57b33746c318c9ecb8e7c08289d9f1f94ec661 (patch) | |
tree | bcb4a2a0425bd76c03a8ce87349965ab377360f3 /src | |
parent | ac4247f53a7abcc954feeec1899487d6bd83c01d (diff) |
-fix warning
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index 383a7b297..7ced8b88e 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -24,6 +24,7 @@ #include <gnunet/gnunet_json_lib.h> #include "taler_json_lib.h" #include "taler_mhd_lib.h" +#include "taler_exchangedb_lib.h" #include "taler-exchange-httpd_db.h" #include "taler-exchange-httpd_responses.h" |