* linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
[deliverable/binutils-gdb.git] / mmalloc / mvalloc.c
index 7acef67e84fb0801cb264c41693bd975ba8fc4e7..e44942f5bb595b3aa7c4bcd970aef410f8ddeb7f 100644 (file)
@@ -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)
This page took 0.023263 seconds and 4 git commands to generate.