Added an include for <wchar.h> which is needed for readline to avoid
an implicit declaration error.
This commit is contained in:
parent
13a7cc32e2
commit
71e6bc5dd5
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <wchar.h>
|
||||
#include "posixjmp.h"
|
||||
|
||||
#if defined (HAVE_UNISTD_H)
|
||||
|
|
|
|||
Loading…
Reference in New Issue