diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-08 19:04:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-08 19:04:21 +0200 |
commit | 42da43c18cafcc48871dd800ca0124bb2ba1429b (patch) | |
tree | f54856e3e97e1d4957bcfc26091aa53ee24efc9c | |
parent | f03c1175df3b413e2352e02546191875e4064f9c (diff) |
add missing #include
-rw-r--r-- | src/auditor/taler-auditor.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 1e9d1c2ef..45887da96 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -20,6 +20,7 @@ */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> +#include "taler_auditordb_plugin.h" #include "taler_exchangedb_plugin.h" @@ -70,8 +71,8 @@ run (void *cls, TALER_EXCHANGEDB_plugin_unload (edb); return; } - - + + TALER_AUDITORDB_plugin_unload (adb); TALER_EXCHANGEDB_plugin_unload (edb); } |