fixed FreeBSD/MacOS compilation; Thanks to Ganesh Gunasegaran (itsgg)

This commit is contained in:
Roman Arutyunyan 2012-08-13 16:58:10 +04:00
parent d01128a3fb
commit 3d3d898430

View file

@ -4,7 +4,10 @@
#include "ngx_rtmp_cmd_module.h"
#include <stdlib.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#ifdef NGX_LINUX
#include <unistd.h>