vendor/libgit2/src/varint.h in rugged-0.26.7 vs vendor/libgit2/src/varint.h in rugged-0.27.0

- old
+ new

@@ -5,9 +5,11 @@ * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_varint_h__ #define INCLUDE_varint_h__ +#include "common.h" + #include <stdint.h> extern int git_encode_varint(unsigned char *, size_t, uintmax_t); extern uintmax_t git_decode_varint(const unsigned char *, size_t *);