From 4dd3660b7612a0d6a87320645c2c93490b84b837 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 12 Aug 2013 16:34:06 -0400 Subject: [PATCH] asm/unistd.h is a more standard include than asm-generic/unistd.h --- setns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setns.c b/setns.c index 971665a..e82bd26 100644 --- a/setns.c +++ b/setns.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include static PyObject * -- 2.43.0