diff options
Diffstat (limited to 'mmalloc/mvalloc.c')
-rw-r--r-- | mmalloc/mvalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mmalloc/mvalloc.c b/mmalloc/mvalloc.c index 7acef67..e44942f 100644 --- a/mmalloc/mvalloc.c +++ b/mmalloc/mvalloc.c @@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA. */ it out. */ static size_t cache_pagesize; +#if NEED_DECLARATION_GETPAGESIZE extern int getpagesize PARAMS ((void)); +#endif PTR mvalloc (md, size) |