File: no-implicit-declaration.patch

package info (click to toggle)
kdrill 6.5deb2-13.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,392 kB
  • sloc: ansic: 7,640; makefile: 47
file content (18 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: add missing include
Author: Steve Langasek <steve.langasek@canonical.com>
Bug-Debian: https://bugs.debian.org/1066689
Last-Update: 2024-04-10
Forwarded: no

Index: kdrill-6.5deb2/init.c
===================================================================
--- kdrill-6.5deb2.orig/init.c
+++ kdrill-6.5deb2/init.c
@@ -24,6 +24,7 @@
 #include "searchwidgets.h"
 #include "widgets.h"
 #include "timeout.h"
+#include "utils.h"
 
 #include "icon_xbm"