mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-14 07:41:09 +00:00
Add <stdint.h> for the {,u}int*_t types.
This commit is contained in:
parent
e9bb48d9c8
commit
97e702145d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue