Index: src/prelude/extras.regx
===================================================================
--- src/prelude/extras.regx	(revision 1f81d61c0a8d53662c51e645fbbb076881fd849c)
+++ src/prelude/extras.regx	(revision 5c25eee028e6f07fa4a838cc9dbf6c86ca82f635)
@@ -1,4 +1,12 @@
 typedef.* size_t;
 typedef.* ptrdiff_t;
+typedef.* __int8_t;
+typedef.* __int16_t;
+typedef.* __int32_t;
+typedef.* __int64_t;
+typedef.* __uint8_t;
+typedef.* __uint16_t;
+typedef.* __uint32_t;
+typedef.* __uint64_t;
 typedef.* int8_t;
 typedef.* int16_t;
