File: implicit.patch

package info (click to toggle)
liburjtag 2024.03.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,492 kB
  • sloc: ansic: 53,835; yacc: 2,159; lex: 1,545; vhdl: 1,324; makefile: 1,249; python: 72; sed: 16; sh: 11
file content (13 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix FTBFS due to -Werror=implicit-function-declaration
Index: liburjtag-0.0~git20231222.310e99b/src/svf/svf.c
===================================================================
--- liburjtag-0.0~git20231222.310e99b.orig/src/svf/svf.c	2023-12-22 19:20:54.000000000 +0100
+++ liburjtag-0.0~git20231222.310e99b/src/svf/svf.c	2024-03-16 01:13:38.314685855 +0100
@@ -50,6 +50,7 @@
 #include <urjtag/cmd.h>
 #include <urjtag/svf.h>
 #include <urjtag/fclock.h>
+#include <urjtag/tap.h>
 
 #include "svf.h"