commit: convert to use parse_pathspec
[gitweb.git] / builtin / ls-files.c
index 3a410c35d99ae030a75c4d3065b7023467e0d1c6..30357dfd55a3a64ebd9d40b67930df92e5c4122b 100644 (file)
@@ -13,6 +13,7 @@
 #include "parse-options.h"
 #include "resolve-undo.h"
 #include "string-list.h"
+#include "pathspec.h"
 
 static int abbrev;
 static int show_deleted;