From 4dedc3360e27b06393fc3ff326aa1d09b60ace0b Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 19 May 2019 10:09:22 +0000 Subject: forgot to change an include to idc.h instead of line.h --- ircify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircify.c b/ircify.c index 6bf40fe..3b24e47 100644 --- a/ircify.c +++ b/ircify.c @@ -1,7 +1,7 @@ #include #include #include -#include "line.h" +#include "idc.h" extern struct global libline; -- cgit v1.2.3