datapath: Add missing #include to datapath/flow.h.
authorBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 16:24:11 +0000 (09:24 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 16:24:11 +0000 (09:24 -0700)
This caused a problem on builds under 2.6.26 (and possibly other versions).

datapath/flow.h

index 4a393cb..9704489 100644 (file)
@@ -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 <linux/types.h>
 #include <linux/rcupdate.h>
 #include <linux/gfp.h>
+#include <linux/time.h>
 
 #include "openvswitch/datapath-protocol.h"
 #include "table.h"