From c457bddfae64521ea9861f2211e6cb25858559b3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 23 Feb 2018 14:48:46 -0800 Subject: Move compatibility header so that works. Basically, we have moved the compat stuff into a separate directory. Compatibility layer users will have to update their compile flags, but should be able to avoid changing any *source* files with this change. --- tests/compat_testutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/compat_testutil.c') diff --git a/tests/compat_testutil.c b/tests/compat_testutil.c index e24f31fc..ef17cb3f 100644 --- a/tests/compat_testutil.c +++ b/tests/compat_testutil.c @@ -32,8 +32,8 @@ #include #include +#include #include "compat_testutil.h" -#include "nng_compat.h" int test_socket_impl(char *file, int line, int family, int protocol); int test_connect_impl(char *file, int line, int sock, char *address); @@ -226,4 +226,4 @@ void nn_sleep(int ms) { nng_msleep(ms); -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2