diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-03 16:43:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-03 16:43:54 +0000 |
commit | 25b36fedf72139617dc172dbca887888b258698d (patch) | |
tree | a2279a6ecdbac2779e206eb5da2640bb95f95c99 /src/os/unix/ngx_freebsd_config.h | |
parent | a4b16df728abe1e989a8311e901ba5d9ae30328e (diff) | |
download | nginx-25b36fedf72139617dc172dbca887888b258698d.tar.gz nginx-25b36fedf72139617dc172dbca887888b258698d.zip |
nginx-0.0.2-2004-02-03-19:43:54 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 6a4397999..2e14831ea 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -28,6 +28,8 @@ #include <dirent.h> #include <osreldate.h> +#include <ngx_auto_config.h> + #ifndef HAVE_SELECT #define HAVE_SELECT 1 |