Move declaration for alias.c to alias.h
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 4d5b8a99311da56596654ae6af9656f15df00707..19f73b3fa3ff26b7f148b3c8824cce50f2268d21 100644 (file)
--- a/git.c
+++ b/git.c
@@ -3,6 +3,7 @@
 #include "exec_cmd.h"
 #include "help.h"
 #include "run-command.h"
+#include "alias.h"
 
 #define RUN_SETUP              (1<<0)
 #define RUN_SETUP_GENTLY       (1<<1)