Add a compatibility header for CentOS/RHEL 6

Signed-off-by: Andrew Fernandes <andrew@fernandes.org>
This commit is contained in:
Andrew Fernandes 2016-01-29 20:37:10 +00:00
parent 86454a0447
commit 3c2e77eed5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sched.h>
#include <signal.h>
#include <bits/sockaddr.h>
#include <linux/netlink.h>
#include <linux/types.h>
#include <stdint.h>