aboutsummaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp4
1 files changed, 4 insertions, 0 deletions
diff --git a/.includes.imp b/.includes.imp
index 07b654dd..9ff42384 100644
--- a/.includes.imp
+++ b/.includes.imp
@@ -1,5 +1,9 @@
[
+ { "symbol": [ "int16_t", "private", "<stdint.h>", "public" ] },
+ { "symbol": [ "int32_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "int64_t", "private", "<stdint.h>", "public" ] },
+ { "symbol": [ "int8_t", "private", "<stdint.h>", "public" ] },
+ { "symbol": [ "uint16_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] },