]> git.ipfire.org Git - thirdparty/git.git/blobdiff - shell.c
Move declaration for alias.c to alias.h
[thirdparty/git.git] / shell.c
diff --git a/shell.c b/shell.c
index 234b2d4f16fe79e9260c8409bd4d7c964fe27e72..3ce77b8e3465c594a5ae07b003e786c948627289 100644 (file)
--- a/shell.c
+++ b/shell.c
@@ -3,6 +3,7 @@
 #include "exec_cmd.h"
 #include "strbuf.h"
 #include "run-command.h"
+#include "alias.h"
 
 #define COMMAND_DIR "git-shell-commands"
 #define HELP_COMMAND COMMAND_DIR "/help"