Include gstdarg.h before stdio.h.
authorRichard Stallman <rms@gnu.org>
Thu, 13 May 1993 12:34:36 +0000 (12:34 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 13 May 1993 12:34:36 +0000 (12:34 +0000)
From-SVN: r4435

gcc/objc/runtime.h

index 936aa44d459d796cb07f8d76f81b41f492972bc8..cd9de6ac63f0bf8eb5da99606630392e0df68b9d 100644 (file)
@@ -27,10 +27,11 @@ You should have received a copy of the GNU General Public License along with
 #ifndef __objc_runtime_INCLUDE_GNU
 #define __objc_runtime_INCLUDE_GNU
 
+#include "gstdarg.h"           /* for varargs and va_list's */
+
 #include <stdio.h>
 #include <ctype.h>
 
-#include "gstdarg.h"           /* for varargs and va_list's */
 #include "gstddef.h"           /* so noone else will get system versions */
 #include "assert.h"