--- /dev/null
+diff -ur linux-3.2.orig/drivers/net/ifb.c linux-3.2/drivers/net/ifb.c
+--- linux-3.2.orig/drivers/net/ifb.c 2013-08-07 18:47:36.000000000 +0000
++++ linux-3.2/drivers/net/ifb.c 2013-08-07 18:49:58.920996770 +0000
+@@ -34,6 +34,7 @@
+ #include <linux/init.h>
+ #include <linux/interrupt.h>
+ #include <linux/moduleparam.h>
++#include <linux/sched.h>
+ #include <net/pkt_sched.h>
+ #include <net/net_namespace.h>
+
%define _basever 3.2
%define _postver .50
-%define _rel 1
+%define _rel 2
%define _enable_debug_packages 0
Source11: kernel-vanilla-x86_64.config
Patch0: kernel-vanilla-small_fixes.patch
+Patch1: 3.2.50-build-fix.patch
URL: http://www.kernel.org/
BuildRequires: binutils >= 3:2.18
%endif
%patch0 -p1
+%patch1 -p1
# Fix EXTRAVERSION in main Makefile
sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = -%{alt_kernel}#g' Makefile