diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:32 +0200 |
commit | b388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch) | |
tree | ccf7045234b992580b37160f62765ca2a8b95c12 /builtin/push.c | |
parent | base85.h: move declarations for base85.c functions from cache.h (diff) | |
download | git-b388633c5c47bf4fc12560d8b237ec0bd319ba4a.tar.xz 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/push.c')
-rw-r--r-- | builtin/push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/push.c b/builtin/push.c index 6001e4ae0a..7d2b0505aa 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -14,6 +14,7 @@ #include "remote.h" #include "transport.h" #include "parse-options.h" +#include "pkt-line.h" #include "submodule.h" #include "submodule-config.h" #include "send-pack.h" |