summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mystdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mystdlib.h b/mystdlib.h
index 2e9499f..3ace365 100644
--- a/mystdlib.h
+++ b/mystdlib.h
@@ -1,4 +1,5 @@
1#include <sys/types.h> 1#include <sys/types.h>
2#include <stdint.h>
2#include <stdio.h> 3#include <stdio.h>
3 4
4typedef struct { int fh; unsigned char *addr; size_t size; } *MAP; 5typedef struct { int fh; unsigned char *addr; size_t size; } *MAP;