diff mbox series

[ovs-dev] oss-fuzz: fixed wrong lib path

Message ID 20190430115745.93440-1-cpp.code.lv@gmail.com
State Accepted
Headers show
Series [ovs-dev] oss-fuzz: fixed wrong lib path | expand

Commit Message

Toms Atteka April 30, 2019, 11:57 a.m. UTC
the logical-fields.h file was moved. Path has been updated
accordingly. This broke oss-fuzz buils.

Signed-off-by: Toms Atteka <cpp.code.lv@gmail.com>
---
 tests/oss-fuzz/expr_parse_target.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff April 30, 2019, 11:33 p.m. UTC | #1
On Tue, Apr 30, 2019 at 04:57:45AM -0700, Toms Atteka wrote:
> the logical-fields.h file was moved. Path has been updated
> accordingly. This broke oss-fuzz buils.
> 
> Signed-off-by: Toms Atteka <cpp.code.lv@gmail.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/tests/oss-fuzz/expr_parse_target.c b/tests/oss-fuzz/expr_parse_target.c
index 1a3893858..1fdd3895b 100644
--- a/tests/oss-fuzz/expr_parse_target.c
+++ b/tests/oss-fuzz/expr_parse_target.c
@@ -16,7 +16,7 @@ 
 #include "ovn/actions.h"
 #include "ovn/expr.h"
 #include "ovn/lex.h"
-#include "ovn/lib/logical-fields.h"
+#include "ovn/logical-fields.h"
 #include "ovn/lib/ovn-l7.h"
 #include "ovn/lib/extend-table.h"
 #include "openvswitch/shash.h"