Add <sys/types.h> for size_t / ssize_t which <cryb/wstring.h> uses.

This commit is contained in:
Dag-Erling Smørgrav 2014-10-30 12:52:00 +00:00 committed by des
parent 97e702145d
commit 1b84de1d0f

View file

@ -29,6 +29,8 @@
#include "cryb/impl.h"
#include <sys/types.h>
#include <stdint.h>
#include <string.h>
#include <wchar.h>