Work around glibc regression by including Linux header directly.
authorRob Landley <rob@landley.net>
Sat, 10 Mar 2012 02:23:08 +0000 (20:23 -0600)
committerRob Landley <rob@landley.net>
Sat, 10 Mar 2012 02:23:08 +0000 (20:23 -0600)
toys/unshare.c

index 8257b7c..fceee52 100644 (file)
@@ -26,6 +26,7 @@ config UNSHARE
 */
 
 #include "toys.h"
+#include <linux/sched.h>
 
 void unshare_main(void)
 {