Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-02 12:46:45 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-02 12:46:45 +0400
commit97c2f469c342566121bb792c45e8333ad941fb14 (patch)
treebcfa00dd6d977982facbd891857dd9d7e15df686 /src/os/unix/ngx_posix_config.h
parent97c7e1a98621857a5eb2d44c477f7f6384417b52 (diff)
glob support in include
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r--src/os/unix/ngx_posix_config.h1
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 */