gentoo-ebuilds/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
NHOrus c57c9878a2
x11-plugins/wminet: update EAPI 7 -> 8, fix C23 errors
Both in configure and previously unreported in code

Closes: https://bugs.gentoo.org/908912
Closes: https://bugs.gentoo.org/875137
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40150
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
2025-01-17 20:55:39 +01:00

11 lines
227 B
Diff

for toupper(), implicit function declaration
--- a/src/wminet.c
+++ b/src/wminet.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <ctype.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>