Added common.h to parser.c

This commit is contained in:
James Booth
2014-05-22 20:07:43 +01:00
parent 40299882e8
commit ff37b44a62

View File

@@ -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.