Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-06 09:14:02 +0400
committerVicent Martí <tanoku@gmail.com>2012-05-06 09:14:02 +0400
commit3972ca43d8bc64247159c118ea8b261b5efaf35d (patch)
tree675ed9783655363a410ea3da20067154d733746a /src/buffer.h
parentcd58c15c589970765cd46e7bbdaebf6250fd7626 (diff)
compat: Add `stdarg.h` include
Diffstat (limited to 'src/buffer.h')
-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;