commit 42da43c18cafcc48871dd800ca0124bb2ba1429b
parent f03c1175df3b413e2352e02546191875e4064f9c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 8 Oct 2016 19:04:21 +0200
add missing #include
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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);
}