1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

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 <glib.h>
#include "common.h"
/* /*
* Take a full line of input and return an array of strings representing * Take a full line of input and return an array of strings representing
* the arguments of a command. * the arguments of a command.