From dc02e1eba62e09d106782ee75692a730cdcf364d Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Thu, 17 Aug 2017 00:06:24 +0800 Subject: lib: Move lib/rconn.h to include/openvswitch Rconn provides useful features over vconn. Make it available to library users. Signed-off-by: Xiao Liang Signed-off-by: Ben Pfaff --- lib/learning-switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/learning-switch.c') diff --git a/lib/learning-switch.c b/lib/learning-switch.c index a9cb95a57..16d1feadf 100644 --- a/lib/learning-switch.c +++ b/lib/learning-switch.c @@ -40,7 +40,7 @@ #include "openvswitch/vconn.h" #include "openvswitch/vlog.h" #include "poll-loop.h" -#include "rconn.h" +#include "openvswitch/rconn.h" #include "openvswitch/shash.h" #include "simap.h" #include "timeval.h" -- cgit v1.2.1