diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:31 +0200 |
commit | 69a63fe663874716d2b5bf49b90c550f8279358e (patch) | |
tree | 8632944c5e95a3d061d21913baf45b36b51857d9 /color.c | |
parent | protocol.h: move definition of DEFAULT_GIT_PORT from cache.h (diff) | |
download | git-69a63fe663874716d2b5bf49b90c550f8279358e.tar.xz git-69a63fe663874716d2b5bf49b90c550f8279358e.zip |
treewide: be explicit about dependence on strbuf.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'color.c')
-rw-r--r-- | color.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include "gettext.h" #include "hex.h" #include "pager.h" +#include "strbuf.h" static int git_use_color_default = GIT_COLOR_AUTO; int color_stdout_is_tty = -1; |