Commit b381d30b by Joel Sherrill Committed by Laurent Guerby

re PR ada/24855 (Missing stdarg.h in ada/raise.c for arm-rtems)

2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>

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

From-SVN: r107079
parent 80a0c50a
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.
......
......@@ -45,6 +45,7 @@
#endif
#include "tsystem.h"
#include <sys/stat.h>
#include <stdarg.h>
typedef char bool;
# define true 1
# define false 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment