From 937644985616f5b6fa1ba5e3692609c5c4ed5a31 Mon Sep 17 00:00:00 2001 From: zhangzujian Date: Mon, 4 Nov 2024 09:44:44 +0000 Subject: [PATCH] fix Signed-off-by: zhangzujian --- controller/physical.c | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/physical.c b/controller/physical.c index 308d6f7c8a..73c24da165 100644 --- a/controller/physical.c +++ b/controller/physical.c @@ -38,6 +38,7 @@ #include "ovn-controller.h" #include "lib/chassis-index.h" #include "lib/mcast-group-index.h" +#include "lib/ovn-l7.h" #include "lib/ovn-sb-idl.h" #include "lib/ovn-util.h" #include "ovn/actions.h"