]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/24855 (Missing stdarg.h in ada/raise.c for arm-rtems)
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Wed, 16 Nov 2005 11:17:47 +0000 (11:17 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Wed, 16 Nov 2005 11:17:47 +0000 (11:17 +0000)
2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>

        PR ada/24855
        * raise-gcc.c: Add missing stdarg.h include.

From-SVN: r107079

gcc/ada/ChangeLog
gcc/ada/raise-gcc.c

index 814e199e0f1763ffd6b7e3967031d348d0527641..361356663951724eee9309ada12d027e277890a9 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+        PR ada/24855
+        * raise-gcc.c: Add missing stdarg.h include.
 2005-11-16  Richard Guenther  <rguenther@suse.de>
 
        * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
index 0f9b94c7cd93359fff6d5d3dcbb7819a4cb3b588..49b1791577ca6728fbfa02851ca7d13d4542f833 100644 (file)
@@ -45,6 +45,7 @@
 #endif
 #include "tsystem.h"
 #include <sys/stat.h>
+#include <stdarg.h>
 typedef char bool;
 # define true 1
 # define false 0