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_cmsg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/compat_cmsg.c') diff --git a/tests/compat_cmsg.c b/tests/compat_cmsg.c index 4d70dabe..9484161b 100644 --- a/tests/compat_cmsg.c +++ b/tests/compat_cmsg.c @@ -1,6 +1,6 @@ /* Copyright (c) 2014 Martin Sustrik All rights reserved. - Copyright 2015 Garrett D'Amore + Copyright 2018 Garrett D'Amore Copyright 2016 Franklin "Snaipe" Mathieu Permission is hereby granted, free of charge, to any person obtaining a copy @@ -22,7 +22,7 @@ IN THE SOFTWARE. */ -#include "nng_compat.h" +#include #include "compat_testutil.h" int main (int argc, const char *argv[]) -- cgit v1.2.3-70-g09d2