From e5d6924a2df715273e645f91b38ef8862eb09d87 Mon Sep 17 00:00:00 2001 From: phdm Date: Thu, 8 Jun 2000 07:29:53 +0000 Subject: * cp-demangle.c (stdio.h): File included unconditionaly. (template_arg_list_new): Parameter list is PARAMS ((void)), not (). * dyn-string.c (stdio.h): File included. * partition.c (partition_print): No `&' needed to take the address of a function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34450 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/dyn-string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libiberty/dyn-string.c') diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c index 2ae64ebb6c2..f4a9d9a74f8 100644 --- a/libiberty/dyn-string.c +++ b/libiberty/dyn-string.c @@ -23,6 +23,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #endif +#include + #ifdef HAVE_STRING_H #include #endif -- cgit v1.2.3