Merge branch 'fix_includes' of https://github.com/dlrobertson/relibc into dlrobertson-fix_includes

This commit is contained in:
Jeremy Soller
2018-03-11 21:22:07 -06:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -49,4 +49,6 @@ typedef int64_t intmax_t;
#define UINTMAX_MAX UINT64_MAX
typedef uint64_t uintmax_t;
#define SIZE_MAX UINT64_MAX
#endif /* _STDINT_H */