aboutsummaryrefslogtreecommitdiff
path: root/tests/resolv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resolv.c')
-rw-r--r--tests/resolv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/resolv.c b/tests/resolv.c
index 90297a9f..954481b7 100644
--- a/tests/resolv.c
+++ b/tests/resolv.c
@@ -8,12 +8,12 @@
// found online at https://opensource.org/licenses/MIT.
//
+#include <string.h>
+
#include "convey.h"
#include "core/nng_impl.h"
#include "stubs.h"
-#include <string.h>
-
#ifndef _WIN32
#include <arpa/inet.h>
#endif