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
This commit is contained in:
Joel Sherrill 2005-11-16 11:17:47 +00:00 committed by Laurent Guerby
parent 80a0c50a3c
commit b381d30b05
2 changed files with 6 additions and 0 deletions

View 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.

View 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