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/commit.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/commit.c')
-rw-r--r-- | src/commit.c | 2 |
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; |