]> git.kaiwu.me - njs.git/commitdiff
Fixed Solaris build.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 23 Sep 2015 12:01:24 +0000 (15:01 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 23 Sep 2015 12:01:24 +0000 (15:01 +0300)
njs/njs_nonrecursive_parser.c
njs/njs_parser_expression.c
njs/njs_regexp.c
njs/njs_string.c

index f1d7c7a6066993ec5748aa5b73e60ca4e3eb116c..2216312fc9b7bd0e22bae3aa840f3dd47840f8b5 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>
index 290ede78d8a19dcfaee7a0a1d9da0d0a04f816ac..a8337f74fd3d8b064a986cf3e9e917ca8a542631 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index 344652563fd84efa0f8f244c97e48d66b0df57b3..2c6e63b4dab175910789e24061aa346dc4b4da40 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index f2a248dd7b85dc61065362dd85fb279ea33e309f..4d4512fd64b1fe3adb7fd1d1a1218df5b9c72896 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>