completion: drop the hard coded list of config vars
[gitweb.git] / builtin / merge.c
index 9db5a2cf16e189bb3bd0ceec7d34c6651d630225..e3681cd8501ba526a0934225dacb601f54e8d427 100644 (file)
@@ -34,6 +34,7 @@
 #include "string-list.h"
 #include "packfile.h"
 #include "tag.h"
+#include "alias.h"
 
 #define DEFAULT_TWOHEAD (1<<0)
 #define DEFAULT_OCTOPUS (1<<1)