diff options
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 f208bf16c..04524b452 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -79,5 +79,7 @@ #define HAVE_LITTLE_ENDIAN 1 +extern char *malloc_options; + #endif /* _NGX_FREEBSD_CONFIG_H_INCLUDED_ */ |