1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-09-13 15:06:29 +03:00

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

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>