about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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.