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_freebsd_config.h
parent97c7e1a98621857a5eb2d44c477f7f6384417b52 (diff)
glob support in include
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r--src/os/unix/ngx_freebsd_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h
index c187191b9..a4e973dc3 100644
--- a/src/os/unix/ngx_freebsd_config.h
+++ b/src/os/unix/ngx_freebsd_config.h
@@ -21,6 +21,7 @@
#include <pwd.h>
#include <grp.h>
#include <dirent.h>
+#include <glob.h>
#include <sys/filio.h> /* FIONBIO */
#include <sys/uio.h>