From 6a30c394b1f782d721b52ff593d4f4befeeb7713 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
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 2e6bb2f5..036423cb 100644
--- a/netns.c
+++ b/netns.c
@@ -3,7 +3,7 @@
 */
 
 #include <stdio.h>
-#include <sched.h>
+#include <linux/sched.h>
 #include <unistd.h>
 
 int main(int argc, char *argv[])
-- 
GitLab