diff --git a/src/tools/parser.c b/src/tools/parser.c index ba08416e..ea8e1da0 100644 --- a/src/tools/parser.c +++ b/src/tools/parser.c @@ -25,6 +25,8 @@ #include +#include "common.h" + /* * Take a full line of input and return an array of strings representing * the arguments of a command.