Skip to content

Commit 56a39e6

Browse files
committed
FIX: warning: implicit declaration of function ‘wcwidth’
1 parent 2ea23b1 commit 56a39e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/os/posix/host-readline.c

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
#include <errno.h>
5050
#include <wchar.h>
5151

52+
int wcwidth(wchar_t wc);
53+
5254
#include "reb-c.h"
5355

5456
//#define TEST_MODE // teset as stand-alone program

0 commit comments

Comments
 (0)