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>