[PATCH][Ada] fix ada/24855

Laurent GUERBY laurent@guerby.net
Tue Nov 15 23:22:00 GMT 2005


This one passed bootstrap on x86-linux, OK to commit?

Laurent

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

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

Index: raise-gcc.c
===================================================================
--- raise-gcc.c (revision 107034)
+++ raise-gcc.c (working copy)
@@ -45,6 +45,7 @@
 #endif
 #include "tsystem.h"
 #include <sys/stat.h>
+#include <stdarg.h>
 typedef char bool;
 # define true 1
 # define false 0





More information about the Gcc-patches mailing list