File: implicit-declaration.patch

package info (click to toggle)
gegl 1%3A0.4.64-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,924 kB
  • sloc: ansic: 241,029; cpp: 4,502; lisp: 3,614; xml: 2,724; ruby: 1,205; python: 1,152; sh: 182; makefile: 42; javascript: 6
file content (21 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jbicha@debian.org>
Date: Mon, 6 Oct 2025 23:17:33 -0400
Subject: gegl-tester: Fix implicit declaration

Forwarded: https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/233
---
 tools/gegl-tester.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/gegl-tester.c b/tools/gegl-tester.c
index 59aaf83..9379442 100644
--- a/tools/gegl-tester.c
+++ b/tools/gegl-tester.c
@@ -22,6 +22,7 @@
 #include <gegl.h>
 #include <gegl-plugin.h>
 #include <glib.h>
+#include <glib/gprintf.h>
 #include <gio/gio.h>
 
 //#define MAX_DIFFERENCE_THRESHOLD 0.5  // not visible