Commit 36d5f78c by Richard Stallman

Include gstdarg.h before stdio.h.

From-SVN: r4435
parent 44659439
......@@ -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"
......
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