From: Ben Pfaff Date: Thu, 27 May 2010 16:24:11 +0000 (-0700) Subject: datapath: Add missing #include to datapath/flow.h. X-Git-Tag: v1.0.1~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5153ef3da7cd08b88fb398815c4141ff398016f2;p=sliver-openvswitch.git datapath: Add missing #include to datapath/flow.h. This caused a problem on builds under 2.6.26 (and possibly other versions). --- diff --git a/datapath/flow.h b/datapath/flow.h index 4a393cb90..9704489a7 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2010 Nicira Networks. * Distributed under the terms of the GNU GPL version 2. * * Significant portions of this file may be copied from parts of the Linux @@ -14,6 +14,7 @@ #include #include #include +#include #include "openvswitch/datapath-protocol.h" #include "table.h"