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;
