add stdint.h

This commit is contained in:
Joris Vink 2017-02-06 12:13:29 +01:00
parent 9f3046bae7
commit 6592eddcfb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <ctype.h>
#include <limits.h>
#include <fcntl.h>