From 6a30c394b1f782d721b52ff593d4f4befeeb7713 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 15 Dec 2009 17:14:30 -0800 Subject: [PATCH] Changed to include linux/sched.c for compiling on debian-stable. --- netns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netns.c b/netns.c index 2e6bb2f..036423c 100644 --- a/netns.c +++ b/netns.c @@ -3,7 +3,7 @@ */ #include -#include +#include #include int main(int argc, char *argv[])