fixed ts bug

This commit is contained in:
wangyu
2017-08-04 03:29:53 +08:00
committed by wangyu
parent ede2600993
commit 203eccb2d0
5 changed files with 123 additions and 76 deletions

View File

@@ -8,8 +8,8 @@
#ifndef COMMON_H_
#define COMMON_H_
//#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
@@ -35,7 +35,6 @@
#include <sys/time.h>
#include <time.h>
#include <sys/timerfd.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <net/if.h>