diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:13:57 +0100 | 
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:13:57 +0100 | 
| commit | acb062a22c064180d664120f1b0cbb4ca88bbc4c (patch) | |
| tree | 99bb40e298ed7170b2fc1dfcf5bcb6fac8ba510c | |
| parent | 620f9ce01fbd5d57c91ebc15924f05a6e41dd98c (diff) | |
Add stdint for uintptr_t
| -rw-r--r-- | src/export/map_branches.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/export/map_branches.c b/src/export/map_branches.c index 16bf923..3d0c1d2 100644 --- a/src/export/map_branches.c +++ b/src/export/map_branches.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #define _WITH_GETLINE | 1 | #define _WITH_GETLINE | 
| 2 | #include <stdlib.h> | 2 | #include <stdlib.h> | 
| 3 | #include <stdint.h> | ||
| 3 | #include <stdio.h> | 4 | #include <stdio.h> | 
| 4 | #include <string.h> | 5 | #include <string.h> | 
| 5 | #include <ctype.h> | 6 | #include <ctype.h> | 
