View | Details | Raw Unified
Collapse All | Expand All

(-) src/socketimpl.cpp.orig (-4 / +2 lines)
 Lines 17-26    Link Here 
#include <log4cxx/helpers/filewatchdog.h>
#include <log4cxx/helpers/filewatchdog.h>
#include <log4cxx/helpers/loglog.h>
#include <log4cxx/helpers/loglog.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <cerrno>
#ifdef WIN32
#include <errno.h>
#endif
using namespace log4cxx;
using namespace log4cxx;
using namespace log4cxx::helpers;
using namespace log4cxx::helpers;
 Lines 15-20    Link Here 
 ***************************************************************************/
 ***************************************************************************/
#include <log4cxx/config.h>
#include <log4cxx/config.h>
#include <cerrno>
#ifdef WIN32
#ifdef WIN32
#include <windows.h>
#include <windows.h>