summaryrefslogtreecommitdiff
path: root/tests/test-unixctl.c
diff options
context:
space:
mode:
authorXiao Liang <shaw.leon@gmail.com>2017-11-03 13:53:53 +0800
committerBen Pfaff <blp@ovn.org>2017-11-03 10:47:55 -0700
commitfd016ae3fb84188d3776451d7a3aad542a2c81da (patch)
tree073b4973bb0aa341e7192c7b1ca309ce49313f06 /tests/test-unixctl.c
parent3efd46c8ea45c6c2b41305ea4898e744f5e236b6 (diff)
downloadopenvswitch-fd016ae3fb84188d3776451d7a3aad542a2c81da.tar.gz
lib: Move lib/poll-loop.h to include/openvswitch
Poll-loop is the core to implement main loop. It should be available in libopenvswitch. Signed-off-by: Xiao Liang <shaw.leon@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests/test-unixctl.c')
-rw-r--r--tests/test-unixctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-unixctl.c b/tests/test-unixctl.c
index bf35b195b..3eadf54cd 100644
--- a/tests/test-unixctl.c
+++ b/tests/test-unixctl.c
@@ -22,7 +22,7 @@
#include "fatal-signal.h"
#include "openvswitch/vlog.h"
#include "ovstest.h"
-#include "poll-loop.h"
+#include "openvswitch/poll-loop.h"
#include "unixctl.h"
#include "util.h"