From: Jesse Gross Date: Thu, 23 Jun 2011 19:54:48 +0000 (-0700) Subject: datapath: Add missing header. X-Git-Tag: v1.2.0~128 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88211ddaaadf312d6ceb959eb564dbfea49e9c42;p=sliver-openvswitch.git 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 b7bcbce6a..5b3b2b3db 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