Index: src/prelude/extras.regx
===================================================================
--- src/prelude/extras.regx	(revision 1f81d61c0a8d53662c51e645fbbb076881fd849c)
+++ src/prelude/extras.regx	(revision ab54968b06ad4cae1a655af772677db9c469c614)
@@ -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;
