summaryrefslogtreecommitdiff
path: root/gcc/vecprim.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/vecprim.h')
-rw-r--r--gcc/vecprim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/vecprim.h b/gcc/vecprim.h
index d4e5ffd9fc0..750dadabfb4 100644
--- a/gcc/vecprim.h
+++ b/gcc/vecprim.h
@@ -26,4 +26,7 @@ DEF_VEC_ALLOC_I(char,heap);
DEF_VEC_I(int);
DEF_VEC_ALLOC_I(int,heap);
+DEF_VEC_I(unsigned);
+DEF_VEC_ALLOC_I(unsigned,heap);
+
#endif /* GCC_VECPRIM_H */