File fix-implicit-declarations.patch of Package untex
From: Alexey Svistunov <svalx@svalx.net> Date: 2024-12-16 12:31:02 +0300 Subject: fixing implicit declarations Upstream: dead The ability to build in gcc >= 14 --- untex.c.origin 2024-12-16 12:27:12.948599746 +0300 +++ untex.c 2024-12-16 12:28:35.917571065 +0300 @@ -46,6 +46,8 @@ #include <stddef.h> #include <stdio.h> #include <ctype.h> +#include <string.h> +#include <stdlib.h> #define MAXCMDLEN 80