include <inttypes.h> in common_define.h

pull/2/head
yuqing 2014-08-10 14:00:00 +08:00
parent ea7c5d24bb
commit 0280c71807
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ typedef DWORD (WINAPI *ThreadEntranceFunc)(LPVOID lpThreadParameter);
#include <unistd.h>
#include <signal.h>
#include <stdbool.h>
#include <inttypes.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/types.h>