summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c b/www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c
new file mode 100644
index 000000000000..c8e724a5d035
--- /dev/null
+++ b/www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c
@@ -0,0 +1,14 @@
+--- ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c.orig 2012-06-14 15:14:50.000000000 +0400
++++ ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c 2012-06-14 15:15:06.000000000 +0400
+@@ -4,7 +4,11 @@
+
+
+ #include "ngx_rtmp_cmd_module.h"
++#ifdef NGX_FREEBSD
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+
+ #ifdef NGX_LINUX
+ #include <unistd.h>