From 3762274e6359f4afe04107851f4c71347fa0afa0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 26 May 2010 10:37:39 -0700 Subject: Add some missing "#include"s. These are required to build on FreeBSD 8.0. --- lib/odp-util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/odp-util.h') diff --git a/lib/odp-util.h b/lib/odp-util.h index 6d67ec2c..dc9a43db 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,6 +18,7 @@ #define ODP_UTIL_H 1 #include +#include #include #include "openflow/openflow.h" #include "openvswitch/datapath-protocol.h" -- cgit v1.2.3