Commit ccccb527 by Richard Kenner

Include stdarg.h before stdio.h.

From-SVN: r7757
parent 93f623fa
...@@ -23,11 +23,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -23,11 +23,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
exception does not however invalidate any other reasons why the exception does not however invalidate any other reasons why the
executable file might be covered by the GNU General Public License. */ executable file might be covered by the GNU General Public License. */
#include <stdarg.h>
#include "objc/Object.h" #include "objc/Object.h"
#include "objc/Protocol.h" #include "objc/Protocol.h"
#include "objc/objc-api.h" #include "objc/objc-api.h"
#include <stdarg.h>
extern void (*_objc_error)(id object, const char *format, va_list); extern void (*_objc_error)(id object, const char *format, va_list);
extern int errno; extern int errno;
......
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