Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work.""
diff --git a/libc/include/stdint.h b/libc/include/stdint.h
index 6f676ce..222ff1b 100644
--- a/libc/include/stdint.h
+++ b/libc/include/stdint.h
@@ -30,7 +30,7 @@
 
 #include <stddef.h>
 #include <sys/_types.h>
-#include <limits.h> /* For SIZE_MAX. */
+#include <machine/limits.h> /* For SIZE_MAX. */
 
 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
 #  define __STDINT_LIMITS