]> git.kaiwu.me - njs.git/commitdiff
Fixed building unit tests after nxt_length() expansion.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 28 Jun 2018 11:37:25 +0000 (14:37 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 28 Jun 2018 11:37:25 +0000 (14:37 +0300)
nxt/test/random_unit_test.c
nxt/test/utf8_unit_test.c

index a4662bfad9aaf881fb520eba408faf0931f775ae..4285050af3f9a45867f9c6840657406f9f28bfdc 100644 (file)
@@ -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>
index efc34e9fb1f6afda194b823c48c4462dca321f80..ba8c16ae89d07c9c62bc0a0e343589e9bd456f8c 100644 (file)
@@ -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>