Restore patch removed by mistake in r517026.
This commit is contained in:
parent
4e3cbf5262
commit
bf9eacfa5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517027
1 changed files with 14 additions and 0 deletions
14
math/reduce/files/patch-generic_newfront_redfront.h
Normal file
14
math/reduce/files/patch-generic_newfront_redfront.h
Normal file
|
@ -0,0 +1,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
|
||||
|
Loading…
Reference in a new issue