diff options
Diffstat (limited to 'tests/compat_options.c')
| -rw-r--r-- | tests/compat_options.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/compat_options.c b/tests/compat_options.c index 307c0e1c..305ae128 100644 --- a/tests/compat_options.c +++ b/tests/compat_options.c @@ -8,11 +8,10 @@ // found online at https://opensource.org/licenses/MIT. // -#include "convey.h" - -#include "compat/nanomsg/nn.h" -#include "compat/nanomsg/reqrep.h" +#include <nng/compat/nanomsg/nn.h> +#include <nng/compat/nanomsg/reqrep.h> +#include "convey.h" #include "compat_testutil.h" #include <string.h> |
