diff options
-rw-r--r-- | src/lib/libc/include/stdint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libc/include/stdint.h b/src/lib/libc/include/stdint.h index 8190390..24898c0 100644 --- a/src/lib/libc/include/stdint.h +++ b/src/lib/libc/include/stdint.h @@ -49,6 +49,7 @@ typedef __uint32_t uint32_t; #if __SIZEOF_SIZE_T__ == 8 #ifndef _HAVE_UINT64_T +#define _HAVE_UINT64_T typedef __uint64_t uint64_t; #endif /* _HAVE_UINT64_T */ #endif /* __SIZEOF_SIZE_T__ */ |