aboutsummaryrefslogtreecommitdiff
path: root/libiberty/dyn-string.c
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2000-06-08 09:29:53 +0200
committerPhilippe De Muyter <phdm@gcc.gnu.org>2000-06-08 07:29:53 +0000
commit48f3e29b3804ae097bd90258457de373ed02dd80 (patch)
tree999aee73b1806e604e7b73860639851ee3697973 /libiberty/dyn-string.c
parent5667abce2904b9b040ffb51d79da04545503bf6c (diff)
downloadgcc-48f3e29b3804ae097bd90258457de373ed02dd80.zip
gcc-48f3e29b3804ae097bd90258457de373ed02dd80.tar.gz
gcc-48f3e29b3804ae097bd90258457de373ed02dd80.tar.bz2
cp-demangle.c (stdio.h): File included unconditionaly.
* 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. From-SVN: r34450
Diffstat (limited to 'libiberty/dyn-string.c')
-rw-r--r--libiberty/dyn-string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c
index 2ae64eb..f4a9d9a 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 <stdio.h>
+
#ifdef HAVE_STRING_H
#include <string.h>
#endif