summaryrefslogtreecommitdiff
path: root/math/reduce/files/patch-generic_newfront_redfront.h
blob: 49428f210f5e9ce7b65bb556b1e4f47664233ada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- generic/newfront/redfront.h.orig	2018-06-17 19:20:00 UTC
+++ generic/newfront/redfront.h
@@ -114,8 +114,11 @@ typedef void (*sig_t)(int);
  * version is different...
  */
 #ifndef NATIVE_WINDOWS
+
 #include "sys.h"
+#ifndef wcwidth
 extern int wcwidth(wchar_t c);
+#endif
 #include "chartype.h"
 #endif