mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-22 05:35:46 +00:00
Add <sys/types.h> for size_t / ssize_t which <cryb/wstring.h> uses.
This commit is contained in:
parent
97e702145d
commit
1b84de1d0f
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
|
Loading…
Reference in a new issue