* remote.c (remote_cisco_section_offsets): Do not cast result from
[deliverable/binutils-gdb.git] / mmalloc / mmalloc.h
index 34e3898e959ec3133652683da6ee55b3334155fb..082547ea5046b7fe6410ee3148788dec192dc8ab 100644 (file)
@@ -1,12 +1,11 @@
 #ifndef MMALLOC_H
 #define MMALLOC_H 1
 
-/*  FIXME:  If <stddef.h> doesn't exist, you'll need to do something
-            to define size_t before including this file.  Like upgrading
-            to a system with an ANSI C environment. */
-
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
+#else
+#  include <sys/types.h>   /* for size_t */
+#  include <stdio.h>       /* for NULL */
 #endif
 
 #include "ansidecl.h"
@@ -58,4 +57,6 @@ extern int mmalloc_errno PARAMS ((PTR));
 
 extern int mmtrace PARAMS ((void));
 
+extern PTR mmalloc_findbase PARAMS ((int));
+
 #endif  /* MMALLOC_H */
This page took 0.023265 seconds and 4 git commands to generate.