summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2013-12-09 08:55:00 -0800
committerVicent Marti <vicent@github.com>2013-12-09 08:55:00 -0800
commit65e9dc659a013817d1adb3cdc1ed43e697cfbc54 (patch)
tree1f877c23d223d4dedabafb4bc6c793efe82f9fdc /src/buffer.h
parent07c5dc84fd486b380d618319b4852591d355bd81 (diff)
parent5588f0736089ab00e12cb7ea7c8143ec666738e6 (diff)
downloadlibgit2-65e9dc659a013817d1adb3cdc1ed43e697cfbc54.tar.gz
Merge pull request #1996 from ethomson/warnings
Clean up warnings
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 4ca9d4d94..c88af6fef 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -7,10 +7,11 @@
#ifndef INCLUDE_buffer_h__
#define INCLUDE_buffer_h__
+#include <stdarg.h>
+
#include "common.h"
#include "git2/strarray.h"
#include "git2/buffer.h"
-#include <stdarg.h>
/* typedef struct {
* char *ptr;