From 5153ef3da7cd08b88fb398815c4141ff398016f2 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Thu, 27 May 2010 09:24:11 -0700
Subject: [PATCH] datapath: Add missing #include to datapath/flow.h.

This caused a problem on builds under 2.6.26 (and possibly other versions).
---
 datapath/flow.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <linux/types.h>
 #include <linux/rcupdate.h>
 #include <linux/gfp.h>
+#include <linux/time.h>
 
 #include "openvswitch/datapath-protocol.h"
 #include "table.h"
-- 
2.47.0