diff mbox series

[ovs-dev,ovn,1/2] ovn-controller: Fix path for lib/inc-proc-eng.h after OVN split.

Message ID 1564450434-104928-1-git-send-email-hzhou8@ebay.com
State Accepted
Commit a2199d4b1cf45c1c93b0d869bc0f4d1612330bb7
Headers show
Series [ovs-dev,ovn,1/2] ovn-controller: Fix path for lib/inc-proc-eng.h after OVN split. | expand

Commit Message

Han Zhou July 30, 2019, 1:33 a.m. UTC
From: Han Zhou <hzhou8@ebay.com>

Signed-off-by: Han Zhou <hzhou8@ebay.com>
---
 controller/ovn-controller.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c
index 12c919a..d3b28b9 100644
--- a/controller/ovn-controller.c
+++ b/controller/ovn-controller.c
@@ -63,7 +63,7 @@ 
 #include "timeval.h"
 #include "timer.h"
 #include "stopwatch.h"
-#include "ovn/lib/inc-proc-eng.h"
+#include "lib/inc-proc-eng.h"
 
 VLOG_DEFINE_THIS_MODULE(main);