From: Ben Pfaff Date: Fri, 10 Dec 2010 22:38:25 +0000 (-0800) Subject: datapath: Include directly into flow.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d18dbb55dcbcf0a59bc93b0c023ab7708d974c;p=openvswitch datapath: Include directly into flow.h. While doing test builds on numerous kernel versions I found that one build failed because "struct nlattr" wasn't visible from flow.h. I guess that we accidentally depend on being included indirectly, but this didn't always happen. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- diff --git a/datapath/flow.h b/datapath/flow.h index d58196e7..808e731f 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -10,6 +10,7 @@ #define FLOW_H 1 #include +#include #include #include #include