Index: src/prelude/extras.regx
===================================================================
--- src/prelude/extras.regx	(revision 4d7fb9ef3bda26128d789f5bc6be3acee9e11e8b)
+++ 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;
