From 78d18dbb55dcbcf0a59bc93b0c023ab7708d974c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 10 Dec 2010 14:38:25 -0800 Subject: [PATCH] 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 --- datapath/flow.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2