File: fix-implicit-function-declaration.patch

package info (click to toggle)
gnucash 1%3A5.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,368 kB
  • sloc: ansic: 143,866; cpp: 142,921; lisp: 47,126; javascript: 37,987; python: 5,225; xml: 4,963; perl: 282; sh: 151; makefile: 57
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()
 {