summaryrefslogtreecommitdiff
path: root/include/openvswitch/compiler.h
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:01 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 10:17:25 -0700
commitb44aaaaff8d826535025f4f8d12808c4ef36a7a8 (patch)
treef92ded62a92a0c7ed6c17e9147d888693155e0d0 /include/openvswitch/compiler.h
parent792d377d8330606ad122dae5f941e5088c10cf14 (diff)
downloadopenvswitch-b44aaaaff8d826535025f4f8d12808c4ef36a7a8.tar.gz
Misc cleanup with "util.h" header files
Removed redundant #includes and moved some macros to different file scope Signed-off-by: Ben Warren <ben@skyportsystems.com> Acked-by: Ryan Moats <rmoats@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/openvswitch/compiler.h')
-rw-r--r--include/openvswitch/compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openvswitch/compiler.h b/include/openvswitch/compiler.h
index cef641f1b..42c864f31 100644
--- a/include/openvswitch/compiler.h
+++ b/include/openvswitch/compiler.h
@@ -17,6 +17,9 @@
#ifndef OPENVSWITCH_COMPILER_H
#define OPENVSWITCH_COMPILER_H 1
+#include <stddef.h>
+#include <stdbool.h>
+
#ifndef __has_feature
#define __has_feature(x) 0
#endif