diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2015-06-02 19:18:21 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2015-06-02 19:18:21 +0200 |
commit | 748c2f3365ef65f88bb8ca5cb4f76e2f74dfac34 (patch) | |
tree | d96f5164deb6eee0c0885d81b802827a20853254 | |
parent | 3083552b2d9eee74f031386f90e49b9f97ae4190 (diff) |
-rw-r--r-- | mystdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
4 | typedef struct { int fh; unsigned char *addr; size_t size; } *MAP; | 5 | typedef struct { int fh; unsigned char *addr; size_t size; } *MAP; |