aboutsummaryrefslogtreecommitdiff
path: root/lib/odp-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-05-26 10:37:39 -0700
committerBen Pfaff <blp@nicira.com>2010-05-26 15:27:01 -0700
commit3762274e6359f4afe04107851f4c71347fa0afa0 (patch)
tree031cffa53ea848945f2259d6708985bf3d49fd4d /lib/odp-util.h
parent9d82ec478d52edfddd215dff1b0659ed7508b365 (diff)
Add some missing "#include"s.
These are required to build on FreeBSD 8.0.
Diffstat (limited to 'lib/odp-util.h')
-rw-r--r--lib/odp-util.h3
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
#include "openflow/openflow.h"
#include "openvswitch/datapath-protocol.h"