diff options
Diffstat (limited to 'src/clone.h')
-rw-r--r-- | src/clone.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/clone.h b/src/clone.h index 14ca5d44c..864b59029 100644 --- a/src/clone.h +++ b/src/clone.h @@ -7,6 +7,10 @@ #ifndef INCLUDE_clone_h__ #define INCLUDE_clone_h__ +#include "common.h" + +#include "git2/clone.h" + extern int git_clone__should_clone_local(const char *url, git_clone_local_t local); #endif |