diff options
Diffstat (limited to 'intl/localealias.c')
-rw-r--r-- | intl/localealias.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/intl/localealias.c b/intl/localealias.c index 57c4a01588..8ecbfcb7a4 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -78,6 +78,10 @@ void free (); #endif +#ifdef _LIBC +#define HAVE_ALLOCA 1 +#endif + /* For those loosing systems which don't have `alloca' we have to add some additional code emulating it. */ #ifdef HAVE_ALLOCA |