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:
Lasse Collin 2019-07-12 18:30:46 +03:00
parent 72a443281f
commit ac0b421265
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "tuklib_mbstr.h"
#include <string.h>
#if defined(HAVE_MBRTOWC) && defined(HAVE_WCWIDTH)
# include <wchar.h>