summaryrefslogtreecommitdiff
path: root/include/openvswitch/thread.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-26 14:23:19 -0800
committerBen Pfaff <blp@ovn.org>2016-02-26 14:42:10 -0800
commit3e3bed0b402c2ec2aef9e1282a7c654341301590 (patch)
tree05a5e67da63e644c733403e9eca23476c72d331b /include/openvswitch/thread.h
parent92f9822b0d9454540b710e5818e4a058ff663ce7 (diff)
downloadopenvswitch-3e3bed0b402c2ec2aef9e1282a7c654341301590.tar.gz
thread: Keep openvswitch/thread.h #includes more contained within include/.
It's better if the "include" directory is self-contained to the extent possible. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'include/openvswitch/thread.h')
-rw-r--r--include/openvswitch/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openvswitch/thread.h b/include/openvswitch/thread.h
index 8a398af0a..af6f2bbc0 100644
--- a/include/openvswitch/thread.h
+++ b/include/openvswitch/thread.h
@@ -21,7 +21,7 @@
#include <stddef.h>
#include <stdbool.h>
#include <sys/types.h>
-#include "util.h"
+#include "openvswitch/compiler.h"
/* Mutex. */
struct OVS_LOCKABLE ovs_mutex {