summaryrefslogtreecommitdiff
path: root/regexp/source/reclass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'regexp/source/reclass.cxx')
-rw-r--r--regexp/source/reclass.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx
index 9722411cc89e..6449ac3ef757 100644
--- a/regexp/source/reclass.cxx
+++ b/regexp/source/reclass.cxx
@@ -108,13 +108,7 @@
# ifdef __GNUC__
# define alloca __builtin_alloca
# else /* not __GNUC__ */
-# if defined( FREEBSD )
-# include <stdlib.h>
-# elif defined( WNT )
-# include <malloc.h>
-# else
-# include <alloca.h>
-# endif /* HAVE_ALLOCA_H */
+# include <sal/alloca.h>
# endif /* not __GNUC__ */
# endif /* not alloca */