mirror of https://git.tukaani.org/xz.git
Add missing include to tuklib_mbstr_width.c.
It didn't matter in XZ Utils because sysdefs.h includes string.h anyway.
This commit is contained in:
parent
0e491aa8cd
commit
710f5bd769
|
@ -11,6 +11,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tuklib_mbstr.h"
|
||||
#include <string.h>
|
||||
|
||||
#if defined(HAVE_MBRTOWC) && defined(HAVE_WCWIDTH)
|
||||
# include <wchar.h>
|
||||
|
|
Loading…
Reference in New Issue