From 86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 4 Feb 2016 18:30:21 +0300 Subject: Dynamic modules: dlopen() support. --- src/os/unix/ngx_freebsd_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_freebsd_config.h') diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 9a2578875..b7da48cb1 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -49,6 +49,8 @@ #include #include +#include + #if __FreeBSD_version < 400017 -- cgit