commit c924f44928b637d5e1d5d33af1fdfce20e2c34c6 parent aa5857cdc459da6f82c25e4d9cd05d21cd6663ea Author: Pius Loosli <loosp2@bfh.ch> Date: Mon, 27 Nov 2023 22:37:32 +0100 [build] includes in /src/donaudb/plugin_donaudb_common.h Diffstat:
| M | src/donaudb/plugin_donaudb_common.h | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/donaudb/plugin_donaudb_common.h b/src/donaudb/plugin_donaudb_common.h @@ -22,9 +22,10 @@ #define PLUGIN_DONAUDB_COMMON_H #include "taler_util.h" -#include "taler_json_lib.h" -#include "taler_donaudb_plugin.h" +#include "taler/taler_json_lib.h" +#include "donaudb_plugin.h" +struct DONAUDB_ReserveHistory; /** * Free memory associated with the given reserve history. *