forked from Imagelibrary/binutils-gdb
Build fixes for DJGPP.
* signals.c (rl_set_sighandler): Guard access to SIGWINCH. * wcwidth.c [__GO32__]: Include wctype.h before wchar.h.
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
* Markus Kuhn -- 2001-09-08 -- public domain
|
||||
*/
|
||||
|
||||
#ifdef __GO32__
|
||||
/* DJGPP needs to include this before including wchar.h. */
|
||||
# include <wctype.h>
|
||||
#endif
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
struct interval {
|
||||
|
||||
Reference in New Issue
Block a user