From 3b671f0af152f1917d4cc0c9172c29d0319d6a2c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 3 Apr 2011 19:12:38 +0700 Subject: [PATCH] Fix compilation error introduced in 3f24f28736. psychon uses --enable-run-from-source and therefore missed this use of CFile. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 71717a90..6b2d0bca 100644 --- a/main.cpp +++ b/main.cpp @@ -7,6 +7,7 @@ */ #include "znc.h" +#include "FileUtils.h" #include #ifdef HAVE_GETOPT_LONG