From: Jesse Gross Date: Thu, 23 Jun 2011 19:54:48 +0000 (-0700) Subject: datapath: Add missing header. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88211ddaaadf312d6ceb959eb564dbfea49e9c42;p=openvswitch datapath: Add missing header. The internal dev vport really needs hardirq.h but doesn't depend directly on it and has relied on it being included from other sources. Recent kernels broke this, so explicitly add the header. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c index b7bcbce6..5b3b2b3d 100644 --- a/datapath/vport-internal_dev.c +++ b/datapath/vport-internal_dev.c @@ -6,6 +6,7 @@ * kernel, by Linus Torvalds and others. */ +#include #include #include #include