Skip to content

Commit 3979e40

Browse files
committed
bugfix: fixed compilation errors with MinGW gcc.
1 parent 50bb59e commit 3979e40

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ngx_http_rds_csv_processor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "ngx_http_rds.h"
1616
#include "ngx_http_rds_utils.h"
1717

18+
1819
#include <ngx_core.h>
1920
#include <ngx_http.h>
2021

src/ngx_http_rds_utils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#define NGX_HTTP_RDS_UTILS_H
99

1010

11+
#include <stdint.h>
12+
13+
1114
static ngx_inline ngx_int_t
1215
ngx_http_rds_parse_header(ngx_http_request_t *r, ngx_buf_t *b,
1316
ngx_http_rds_header_t *header)

0 commit comments

Comments
 (0)