summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-05 22:14:02 -0700
committerVicent Martí <tanoku@gmail.com>2012-05-05 22:14:02 -0700
commit3972ca43d8bc64247159c118ea8b261b5efaf35d (patch)
tree675ed9783655363a410ea3da20067154d733746a /src
parentcd58c15c589970765cd46e7bbdaebf6250fd7626 (diff)
downloadlibgit2-3972ca43d8bc64247159c118ea8b261b5efaf35d.tar.gz
compat: Add `stdarg.h` include
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
typedef struct {
char *ptr;