From 4dd68ff85b06cad468bb858ed26e5d73c4137536 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 13 Jul 2022 22:38:36 +0200 Subject: ovsdb: Add missing ovs-thread include. MSVC doesn't have pthread_t defined by default as other compilers, so the build fails without the header. Fixes: 3cd2cbd684e0 ("ovsdb: Prepare snapshot JSON in a separate thread.") Signed-off-by: Ilya Maximets Acked-by: Dumitru Ceara --- ovsdb/ovsdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ovsdb') diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index 2f77821e0..d05e7c64a 100644 --- a/ovsdb/ovsdb.h +++ b/ovsdb/ovsdb.h @@ -21,6 +21,7 @@ #include "openvswitch/list.h" #include "openvswitch/shash.h" #include "openvswitch/uuid.h" +#include "ovs-thread.h" struct json; struct ovsdb_log; -- cgit v1.2.1