Commit c2ab36e6 by Jim Wilson

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

From-SVN: r6945
parent cb55fc67
......@@ -27,12 +27,12 @@ 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 <stdarg.h> /* for varargs and va_list's */
#include <stdio.h>
#include <ctype.h>
#include "gstddef.h" /* so noone else will get system versions */
#include <stddef.h> /* so noone else will get system versions */
#include "assert.h"
#include "objc/objc.h" /* core data types */
......
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