1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Add missing header includes.
Author: Andrey Rakhmatullin <wrar@debian.org>
Bug-Debian: https://bugs.debian.org/1066245
Last-Update: 2024-03-17
Index: gnucash-5.5/bindings/python/sqlite3test.c
===================================================================
--- gnucash-5.5.orig/bindings/python/sqlite3test.c
+++ gnucash-5.5/bindings/python/sqlite3test.c
@@ -20,6 +20,8 @@
#include <config.h>
#include "qofsession.h"
+#include "qoflog.h"
+#include "gnc-engine.h"
#define TESTFILE "/tmp/blah.gnucash"
int main()
{
|