summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unit.h
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2018-12-19 15:56:54 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2018-12-19 15:56:54 +0300
commitc55f329ecf8d32bad0d5bc2aae1da1522b3a92f8 (patch)
tree5b9c5aaf624e9feec60dd332aa32ec414c88c234 /src/nxt_unit.h
parentab461437b5714d75e710febe3b44da49ebfe83fc (diff)
downloadunit-c55f329ecf8d32bad0d5bc2aae1da1522b3a92f8.tar.gz
unit-c55f329ecf8d32bad0d5bc2aae1da1522b3a92f8.tar.bz2
libunit: added generation of version header file.
Diffstat (limited to 'src/nxt_unit.h')
-rw-r--r--src/nxt_unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_unit.h b/src/nxt_unit.h
index 2806d035..a3fcc541 100644
--- a/src/nxt_unit.h
+++ b/src/nxt_unit.h
@@ -11,8 +11,10 @@
#include <sys/types.h>
#include <string.h>
+#include "nxt_unit_version.h"
#include "nxt_unit_typedefs.h"
+
enum {
NXT_UNIT_OK = 0,
NXT_UNIT_ERROR = 1,