From 3972ca43d8bc64247159c118ea8b261b5efaf35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Sat, 5 May 2012 22:14:02 -0700 Subject: [PATCH] compat: Add `stdarg.h` include --- src/buffer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buffer.h b/src/buffer.h index f15fdaa5d..1f0ec1c15 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -8,6 +8,7 @@ #define INCLUDE_buffer_h__ #include "common.h" +#include typedef struct { char *ptr;