about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-22 20:07:43 +0100
committerJames Booth <boothj5@gmail.com>2014-05-22 20:07:43 +0100
commitff37b44a628c8e0fb32956963b3e5b712fe56114 (patch)
tree6740156528831cbece23872e53b2096b39e11d33
parent40299882e8a8463a257ec0384efc6bc3dc9036dc (diff)
downloadprofani-tty-ff37b44a628c8e0fb32956963b3e5b712fe56114.tar.gz
Added common.h to parser.c
-rw-r--r--src/tools/parser.c2
1 files changed, 2 insertions, 0 deletions
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 <glib.h>
 
+#include "common.h"
+
 /*
  * Take a full line of input and return an array of strings representing
  * the arguments of a command.