changeset 541:4a02df907ed9

Fixed building unit tests after nxt_length() expansion.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 Jun 2018 14:37:25 +0300
parents 255c79369f59
children 0307e2740df7
files nxt/test/random_unit_test.c nxt/test/utf8_unit_test.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nxt/test/random_unit_test.c	Tue Jun 26 18:25:22 2018 +0300
+++ b/nxt/test/random_unit_test.c	Thu Jun 28 14:37:25 2018 +0300
@@ -7,6 +7,7 @@
 #include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
+#include <nxt_string.h>
 #include <nxt_stub.h>
 #include <nxt_random.h>
 #include <stdio.h>
--- a/nxt/test/utf8_unit_test.c	Tue Jun 26 18:25:22 2018 +0300
+++ b/nxt/test/utf8_unit_test.c	Thu Jun 28 14:37:25 2018 +0300
@@ -7,6 +7,7 @@
 #include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
+#include <nxt_string.h>
 #include <nxt_stub.h>
 #include <nxt_utf8.h>
 #include <stdio.h>