vendor/libgit2/src/branch.h in rugged-0.26.7 vs vendor/libgit2/src/branch.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_branch_h__
#define INCLUDE_branch_h__
+#include "common.h"
+
#include "buffer.h"
int git_branch_upstream__name(
git_buf *tracking_name,
git_repository *repo,