diff --git a/pager.h b/pager.h index b77433026dc7a3..015bca95e37956 100644 --- a/pager.h +++ b/pager.h @@ -1,6 +1,8 @@ #ifndef PAGER_H #define PAGER_H +#include + struct child_process; const char *git_pager(int stdout_is_tty);