nginx-0.0.1-2003-11-09-23:03:38 import; separate building
diff --git a/src/http/ngx_http_headers.c b/src/http/ngx_http_headers.c
index a77483a..150ad1e 100644
--- a/src/http/ngx_http_headers.c
+++ b/src/http/ngx_http_headers.c
@@ -10,6 +10,7 @@
     { ngx_string("If-Modified-Since"),
                          offsetof(ngx_http_headers_in_t, if_modified_since) },
     { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) },
+    { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer) },
 
     { ngx_string("Content-Length"),
                             offsetof(ngx_http_headers_in_t, content_length) },