summaryrefslogtreecommitdiff
path: root/net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch
blob: 8a3330d24b4bd1af2a84579a8932e3719c66ab0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Fix unknown type name wint_t when building against musl
# Closes: https://bugs.gentoo.org/713618
--- a/c3270/screen.c
+++ b/c3270/screen.c
@@ -63,6 +63,7 @@
 #include "utils.h"
 #include "xio.h"
 #include "xscroll.h"
+#include "wctype.h"

 #include "cscreen.h"