diff options
Diffstat (limited to 'tests/platform.c')
| -rw-r--r-- | tests/platform.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/platform.c b/tests/platform.c index 51dc41fc..7af18029 100644 --- a/tests/platform.c +++ b/tests/platform.c @@ -8,11 +8,10 @@ // found online at https://opensource.org/licenses/MIT. // -#include "convey.h" - -#include "nng.h" -#include "supplemental/util/platform.h" +#include <nng/nng.h> +#include <nng/supplemental/util/platform.h> +#include "convey.h" #include "stubs.h" struct addarg { |
