鏡像自
https://git.tukaani.org/xz.git
synced 2025-05-11 00:36:39 +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:
父節點
72a443281f
當前提交
ac0b421265
@ -11,6 +11,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tuklib_mbstr.h"
|
||||
#include <string.h>
|
||||
|
||||
#if defined(HAVE_MBRTOWC) && defined(HAVE_WCWIDTH)
|
||||
# include <wchar.h>
|
||||
|
載入中…
x
新增問題並參考
Block a user