summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-02-25 10:43:04 +0100
committerVicent Marti <vicent@github.com>2014-02-25 10:43:04 +0100
commit1c8b339d3483bb5262174908b376dc1152787021 (patch)
tree2e4768e803d02eb0814070e08e9fd03b8f2cbb59 /src/commit.c
parent98b9366212ac6670bd5f90e70400e7cf09aea16a (diff)
parent4f46a98b6e419bd98765e18ce7fc64e3562dbd09 (diff)
downloadlibgit2-1c8b339d3483bb5262174908b376dc1152787021.tar.gz
Merge pull request #2139 from ethomson/va_copy_warning
Include stdarg.h for the va_copy test
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commit.c b/src/commit.c
index de50e772e..2f5a5b51e 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -17,8 +17,6 @@
#include "signature.h"
#include "message.h"
-#include <stdarg.h>
-
void git_commit__free(void *_commit)
{
git_commit *commit = _commit;