/* From xstrndup.c. */
char *xstrndup PARAMS ((const char *s, size_t n));
+/* Finding `mallinfo' where available. */
+#if HAVE_MALLOC_H
+# include <malloc.h>
+#endif
+
+
+/*----------------.
+| Using timevar. |
+`----------------*/
+
+#include "timevar.h"
+extern int time_report;
+
+
/*---------------------.
| Missing prototypes. |
`---------------------*/