File: fix-implicit-function-declaration.patch

package info (click to toggle)
gnucash 1%3A5.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 119,776 kB
  • sloc: ansic: 144,394; cpp: 142,256; lisp: 47,096; javascript: 37,985; python: 5,225; xml: 4,963; perl: 282; sh: 151; makefile: 56
file content (18 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (4)
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()
 {