diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:36:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:39:01 +0200 |
commit | c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa (patch) | |
tree | 4feb0be62f8d486135e58130c7b541330b01f17f /include/alloca.h | |
parent | m (diff) | |
download | slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.gz slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.bz2 slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.xz |
add _LIBRARY_HEADER
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/alloca.h')
-rw-r--r-- | include/alloca.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/alloca.h b/include/alloca.h index 3ef962b..68e50bf 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -17,8 +17,9 @@ */ #ifndef _ALLOCA_H #define _ALLOCA_H -#ifndef _PORTABLE_SOURCE #include <slibc/version.h> +#include <slibc/features.h> +#ifndef __PORTABLE |