diff options
Diffstat (limited to 'stdlib/alloca.h')
-rw-r--r-- | stdlib/alloca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/alloca.h b/stdlib/alloca.h index 07e794c292..485994226e 100644 --- a/stdlib/alloca.h +++ b/stdlib/alloca.h @@ -18,6 +18,7 @@ #ifndef _ALLOCA_H #define _ALLOCA_H 1 + #include <features.h> #define __need_size_t |