summaryrefslogtreecommitdiff
path: root/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch')
-rw-r--r--x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch b/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
new file mode 100644
index 000000000000..1857a8feb3ea
--- /dev/null
+++ b/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
@@ -0,0 +1,11 @@
+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>