diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-11-18 22:33:53 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-11-18 22:33:53 +0300 |
commit | 8340ca0b9c7ad4109033ccb028f87cc1b73396bc (patch) | |
tree | 08c5c76b11c3271ce2dff14c61c3b7535cf014e8 /src/nxt_unit.h | |
parent | fb80502513bf0140c5e595714967f75ea3e1e5d3 (diff) | |
download | unit-8340ca0b9c7ad4109033ccb028f87cc1b73396bc.tar.gz unit-8340ca0b9c7ad4109033ccb028f87cc1b73396bc.tar.bz2 |
Libunit: improving logging consistency.
Debug logging depends on macros defined in nxt_auto_config.h.
Diffstat (limited to 'src/nxt_unit.h')
-rw-r--r-- | src/nxt_unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_unit.h b/src/nxt_unit.h index cb78e862..90cba2a3 100644 --- a/src/nxt_unit.h +++ b/src/nxt_unit.h @@ -12,6 +12,7 @@ #include <sys/uio.h> #include <string.h> +#include "nxt_auto_config.h" #include "nxt_version.h" #include "nxt_unit_typedefs.h" |