Commit cbd40acb by Jim Wilson

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

From-SVN: r6946
parent c2ab36e6
...@@ -15,8 +15,8 @@ SED=sed ...@@ -15,8 +15,8 @@ SED=sed
cat >dummy.c <<!EOF! cat >dummy.c <<!EOF!
#include <sys/types.h> #include <sys/types.h>
#include "gstddef.h" #include <stddef.h>
#include "gstdarg.h" #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include <signal.h> #include <signal.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