diff options
author | Vicent Marti <vicent@github.com> | 2014-02-25 10:43:04 +0100 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2014-02-25 10:43:04 +0100 |
commit | 1c8b339d3483bb5262174908b376dc1152787021 (patch) | |
tree | 2e4768e803d02eb0814070e08e9fd03b8f2cbb59 /src/buffer.c | |
parent | 98b9366212ac6670bd5f90e70400e7cf09aea16a (diff) | |
parent | 4f46a98b6e419bd98765e18ce7fc64e3562dbd09 (diff) | |
download | libgit2-1c8b339d3483bb5262174908b376dc1152787021.tar.gz |
Merge pull request #2139 from ethomson/va_copy_warning
Include stdarg.h for the va_copy test
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 318fee753..a83ca8792 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -7,7 +7,6 @@ #include "buffer.h" #include "posix.h" #include "git2/buffer.h" -#include <stdarg.h> #include <ctype.h> /* Used as default value for git_buf->ptr so that people can always |