]> jfr.im git - irc/rizon/znc.git/commitdiff
Fix compilation error introduced in 3f24f28736.
authorAlexey Sokolov <redacted>
Sun, 3 Apr 2011 12:12:38 +0000 (19:12 +0700)
committerAlexey Sokolov <redacted>
Sun, 3 Apr 2011 12:12:38 +0000 (19:12 +0700)
psychon uses --enable-run-from-source and therefore missed this use of CFile.

main.cpp

index 71717a9058e79cbee51daf7f32b57ee600673453..6b2d0bcacf88af4908b7dfc2f72ed67f85f59ec2 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -7,6 +7,7 @@
  */
 
 #include "znc.h"
+#include "FileUtils.h"
 #include <sys/wait.h>
 
 #ifdef HAVE_GETOPT_LONG