File: 04_compile_headers.diff

package info (click to toggle)
mxml 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,624 kB
  • sloc: ansic: 5,053; sh: 3,109; makefile: 221; cpp: 178; xml: 28
file content (12 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/mxml-string.c
+++ b/mxml-string.c
@@ -14,7 +14,8 @@
  */
 
 #include "config.h"
-
+#include <stdlib.h>
+#include <stdarg.h>
 
 /*
  * The va_copy macro is part of C99, but many compilers don't implement it.