Fix build error on centos6

Signed-off-by: Ye Yin <eyniy@qq.com>
This commit is contained in:
Ye Yin 2016-03-02 18:32:19 +08:00
parent 177f2c405c
commit 394fb55d85
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include <errno.h>
#include <fcntl.h>
#include <linux/limits.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <sched.h>
#include <setjmp.h>
@ -12,7 +13,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>