diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:14 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:32 -0700 |
| commit | b388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch) | |
| tree | ccf7045234b992580b37160f62765ca2a8b95c12 /builtin/fetch.c | |
| parent | base85.h: move declarations for base85.c functions from cache.h (diff) | |
| download | git-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.tar.gz git-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.zip | |
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fetch.c')
| -rw-r--r-- | builtin/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c index 61e8ac113b..4fee2a6237 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -29,6 +29,7 @@ #include "utf8.h" #include "packfile.h" #include "pager.h" +#include "pkt-line.h" #include "list-objects-filter-options.h" #include "commit-reach.h" #include "branch.h" |
