[ovs-dev] [PATCH ovn] ovn-northd-ddlog: Fix build errror due to wrong ovs-numa.h path.

Dumitru Ceara dceara at redhat.com
Mon Jun 28 15:24:42 UTC 2021


Fixes: 37ad427cfb78 ("northd: Port dummy-numa cli option from OVS")
Signed-off-by: Dumitru Ceara <dceara at redhat.com>
---
 northd/ovn-northd-ddlog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/northd/ovn-northd-ddlog.c b/northd/ovn-northd-ddlog.c
index d81414ce7..bc2c75f51 100644
--- a/northd/ovn-northd-ddlog.c
+++ b/northd/ovn-northd-ddlog.c
@@ -29,9 +29,9 @@
 #include "memory.h"
 #include "openvswitch/hmap.h"
 #include "openvswitch/json.h"
-#include "openvswitch/ovs-numa.h"
 #include "openvswitch/poll-loop.h"
 #include "openvswitch/vlog.h"
+#include "ovs-numa.h"
 #include "ovsdb-cs.h"
 #include "ovsdb-data.h"
 #include "ovsdb-error.h"
-- 
2.27.0



More information about the dev mailing list