Missing include, fixes gcc warning

This commit is contained in:
Mystro256 2016-12-30 10:48:05 -05:00
parent b258c004af
commit e451ce09dd
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <wchar.h>
#include <locale.h>
#include <unistd.h>
#include <wctype.h>
#define BUF_SIZE 4096
#define WBUF_SIZE BUF_SIZE * sizeof(wchar_t)