mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 12:31:07 +00:00
Add <sys/types.h> for size_t / ssize_t which <cryb/string.h> uses.
This commit is contained in:
parent
f7bdd342dc
commit
e9bb48d9c8
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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue