diff options
Diffstat (limited to 'src/remote.c')
-rw-r--r-- | src/remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.c b/src/remote.c index 3ff08a21e..51e77e584 100644 --- a/src/remote.c +++ b/src/remote.c @@ -14,6 +14,7 @@ #include "remote.h" #include "fetch.h" #include "refs.h" +#include "error.h" static int refspec_parse(git_refspec *refspec, const char *str) { |