File: 00-fix-implicit-function-declaration.patch

package info (click to toggle)
libt3window 0.4.0-1.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 660 kB
  • sloc: ansic: 6,176; sh: 878; xml: 172; python: 171; makefile: 62
file content (18 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix implicit-function-declaration issue
 No upstream issue report online, will forward this to the author of upstream.
 New upstream release 0.4.1 has not fixed the issue yet.
Author: Bo YU <tsu.yubo@gmail.com>
Bug: https://bugs.debian.org/1066491
Last-Update: 2024-04-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config.pkg
+++ b/config.pkg
@@ -121,6 +121,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <curses.h>
+#include <term.h>
 
 int main(int argc, char *argv[]) {
 	int args[9], error, fd;