1
0
Fork 0
mirror of https://github.com/cryb-to/cryb-to.git synced 2025-01-13 15:21:10 +00:00

Add <stdint.h> for the {,u}int*_t types.

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

View file

@ -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>