mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02: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
72a443281f
commit
ac0b421265
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tuklib_mbstr.h"
|
||||
#include <string.h>
|
||||
|
||||
#if defined(HAVE_MBRTOWC) && defined(HAVE_WCWIDTH)
|
||||
# include <wchar.h>
|
||||
|
|
Loading…
Reference in a new issue