Include stdint

This commit is contained in:
James Booth
2014-06-01 22:53:30 +01:00
parent 575b6acdd2
commit 21af901fe4

View File

@@ -24,6 +24,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>