Commit 3972ca43d8bc64247159c118ea8b261b5efaf35d

Vicent Martí 2012-05-05T22:14:02

compat: Add `stdarg.h` include

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/buffer.h b/src/buffer.h
index f15fdaa..1f0ec1c 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -8,6 +8,7 @@
 #define INCLUDE_buffer_h__
 
 #include "common.h"
+#include <stdarg.h>
 
 typedef struct {
 	char *ptr;