From ff37b44a628c8e0fb32956963b3e5b712fe56114 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 22 May 2014 20:07:43 +0100 Subject: [PATCH] Added common.h to parser.c --- src/tools/parser.c | 2 ++ 1 file changed, 2 insertions(+) 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.