Added an include for <wchar.h> which is needed for readline to avoid

an implicit declaration error.
This commit is contained in:
Tim Edwards 2023-08-08 13:44:37 -04:00
parent 13a7cc32e2
commit 71e6bc5dd5
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.423
8.3.424

View File

@ -27,6 +27,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include <wchar.h>
#include "posixjmp.h"
#if defined (HAVE_UNISTD_H)