aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/runtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h
index 936aa44..cd9de6a 100644
--- a/gcc/objc/runtime.h
+++ b/gcc/objc/runtime.h
@@ -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"