From 748c2f3365ef65f88bb8ca5cb4f76e2f74dfac34 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 2 Jun 2015 19:18:21 +0200 Subject: Must include stdint for int-types --- mystdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mystdlib.h') diff --git a/mystdlib.h b/mystdlib.h index 2e9499f..3ace365 100644 --- a/mystdlib.h +++ b/mystdlib.h @@ -1,4 +1,5 @@ #include +#include #include typedef struct { int fh; unsigned char *addr; size_t size; } *MAP; -- cgit v1.2.3