diff options
Diffstat (limited to 'src/ini.cpp')
-rw-r--r-- | src/ini.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ini.cpp b/src/ini.cpp index 7c1786a74..defc913c9 100644 --- a/src/ini.cpp +++ b/src/ini.cpp @@ -8,7 +8,7 @@ #include "debug.h" #include "ini_type.h" #include "string_func.h" -#include "fileio.h" +#include "fileio_func.h" IniItem::IniItem(IniGroup *parent, const char *name, size_t len) : next(NULL), value(NULL), comment(NULL) { |