]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pager.c
t5318: avoid unnecessary command substitutions
[thirdparty/git.git] / pager.c
diff --git a/pager.c b/pager.c
index 226828f178a0c1a876710326634e83288863af3d..a768797fcfcc44de4dbe4d983a45ade8c81b2e1c 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -2,6 +2,7 @@
 #include "config.h"
 #include "run-command.h"
 #include "sigchain.h"
+#include "alias.h"
 
 #ifndef DEFAULT_PAGER
 #define DEFAULT_PAGER "less"