This commit is contained in:
Jan Kaluza 2012-03-06 11:23:11 +01:00
parent f744728ba0
commit f8df2994fd
2 changed files with 2 additions and 2 deletions

View file

@ -25,9 +25,9 @@
#ifndef WIN32
#include <arpa/inet.h>
#define uint32_t u_long
#else
#include <winsock2.h>
#include <stdint.h>
#endif
using namespace log4cxx;

View file

@ -48,7 +48,7 @@
#ifdef _WIN32
#include "windows.h"
#define uint32_t u_long
#include <stdint.h>
#else
#include "sys/wait.h"
#include "sys/signal.h"