stdint.h
This commit is contained in:
parent
f744728ba0
commit
f8df2994fd
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue