diff options
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 3 |
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; |