refspec: convert valid_fetch_refspec to use parse_refspec
[gitweb.git] / builtin / pull.c
index 71aac5005e0c0c8cf156cdf69621b687973f9ecc..5a79deae5d1a1298139522543ed255d439648183 100644 (file)
@@ -15,6 +15,7 @@
 #include "remote.h"
 #include "dir.h"
 #include "refs.h"
+#include "refspec.h"
 #include "revision.h"
 #include "submodule.h"
 #include "submodule-config.h"
@@ -675,7 +676,7 @@ static const char *get_upstream_branch(const char *remote)
  */
 static const char *get_tracking_branch(const char *remote, const char *refspec)
 {
-       struct refspec *spec;
+       struct refspec_item *spec;
        const char *spec_src;
        const char *merge_branch;