mirror of
https://git.tukaani.org/xz.git
synced 2025-02-19 15:08:14 +00:00
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…
x
Reference in New Issue
Block a user