Commit cb55fc67 by Jim Wilson

Change "gstdarg.h" to <stdarg.h>.

From-SVN: r6944
parent 8717efce
......@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "objc/Protocol.h"
#include "objc/objc-api.h"
#include "gstdarg.h"
#include <stdarg.h>
extern void (*_objc_error)(id object, const char *format, va_list);
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