Import FileUtils.h to fix builds on v0.200+

Fixes #227
This commit is contained in:
John Reese 2011-10-06 19:20:41 -04:00
parent c762c41478
commit 54340cb90e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "User.h" #include "User.h"
#include "Modules.h" #include "Modules.h"
#include "time.h" #include "time.h"
#include "FileUtils.h"
#if (!defined(VERSION_MAJOR) || !defined(VERSION_MINOR) || (VERSION_MAJOR == 0 && VERSION_MINOR < 72)) #if (!defined(VERSION_MAJOR) || !defined(VERSION_MINOR) || (VERSION_MAJOR == 0 && VERSION_MINOR < 72))
#error This module needs ZNC 0.072 or newer. #error This module needs ZNC 0.072 or newer.