headers for sys_unshare
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 6 Oct 2008 22:52:42 +0000 (22:52 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 6 Oct 2008 22:52:42 +0000 (22:52 +0000)
src/planetlab.c

index f3256a6..2abd733 100644 (file)
@@ -44,6 +44,8 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <ctype.h>
 #include <sys/resource.h>
 #include <fcntl.h>
+#define _GNU_SOURCE 
+#include <sched.h>
 
 #include "vserver.h"
 #include "planetlab.h"