asm/unistd.h is a more standard include than asm-generic/unistd.h
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 12 Aug 2013 20:34:06 +0000 (16:34 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 12 Aug 2013 20:34:06 +0000 (16:34 -0400)
setns.c

diff --git a/setns.c b/setns.c
index 971665a..e82bd26 100644 (file)
--- a/setns.c
+++ b/setns.c
@@ -1,7 +1,7 @@
 #include <Python.h>
 #include <fcntl.h>
 #include <stdio.h>
-#include <asm-generic/unistd.h>
+#include <asm/unistd.h>
 #include <sys/mount.h>
 
 static PyObject *