|
@ -10,6 +10,7 @@ |
|
|
#include "src/exceptions/WrongFileFormatException.h"
|
|
|
#include "src/exceptions/WrongFileFormatException.h"
|
|
|
#include "src/exceptions/FileIoException.h"
|
|
|
#include "src/exceptions/FileIoException.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "src/utility/OsDetection.h"
|
|
|
#include <cstdlib>
|
|
|
#include <cstdlib>
|
|
|
#include <cstdio>
|
|
|
#include <cstdio>
|
|
|
#include <cstring>
|
|
|
#include <cstring>
|
|
@ -21,12 +22,6 @@ |
|
|
#include <fcntl.h>
|
|
|
#include <fcntl.h>
|
|
|
#include <locale.h>
|
|
|
#include <locale.h>
|
|
|
|
|
|
|
|
|
#if defined LINUX || defined MACOSX
|
|
|
|
|
|
#include <sys/mman.h>
|
|
|
|
|
|
#elif defined WINDOWS
|
|
|
|
|
|
#define strncpy strncpy_s
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "log4cplus/logger.h"
|
|
|
#include "log4cplus/logger.h"
|
|
|
#include "log4cplus/loggingmacros.h"
|
|
|
#include "log4cplus/loggingmacros.h"
|
|
|
extern log4cplus::Logger logger; |
|
|
extern log4cplus::Logger logger; |
|
|