Commit 677849a7 by Richard Stallman

Include gstdarg.h, not stdarg.h.

From-SVN: r4407
parent 54b5ffe9
...@@ -30,7 +30,7 @@ You should have received a copy of the GNU General Public License along with ...@@ -30,7 +30,7 @@ You should have received a copy of the GNU General Public License along with
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include "stdarg.h" /* for varargs and va_list's */ #include "gstdarg.h" /* for varargs and va_list's */
#include "gstddef.h" /* so noone else will get system versions */ #include "gstddef.h" /* so noone else will get system versions */
#include "assert.h" #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