diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 08:46:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 08:46:45 +0000 |
commit | 97c2f469c342566121bb792c45e8333ad941fb14 (patch) | |
tree | bcfa00dd6d977982facbd891857dd9d7e15df686 /src/os/unix/ngx_posix_config.h | |
parent | 97c7e1a98621857a5eb2d44c477f7f6384417b52 (diff) | |
download | nginx-97c2f469c342566121bb792c45e8333ad941fb14.tar.gz nginx-97c2f469c342566121bb792c45e8333ad941fb14.zip |
glob support in include
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r-- | src/os/unix/ngx_posix_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index 984db9670..8a9509960 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -37,6 +37,7 @@ #include <pwd.h> #include <grp.h> #include <dirent.h> +#include <glob.h> #if (NGX_HAVE_SYS_FILIO_H) #include <sys/filio.h> /* FIONBIO */ |