This commit is contained in:
Xavier Beaudouin
2024-03-19 08:50:30 +01:00
parent 44eacace6a
commit b6c3f20423
46 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ../nginx-link-function-3.2.4/src/ngx_link_func_module.c.orig 2020-01-24 10:32:50.550797000 -0500
+++ ../nginx-link-function-3.2.4/src/ngx_link_func_module.c 2020-01-24 10:33:17.135348000 -0500
@@ -35,7 +35,7 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
-#include <ngx_link_func_module.h>
+#include "ngx_link_func_module.h"
#define MODULE_NAME "nginx_link_function"