mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
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>
11 lines
227 B
Diff
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>
|