Skip to content

Commit 5c777f1

Browse files
bugfix: failed to build on 32bits Linux OS.
1 parent db8022d commit 5c777f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/ngx_stream_lua_api.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "ddebug.h"
1919

2020
#if (NGX_LINUX)
21+
#include <linux/if.h>
2122
#include <linux/netfilter_ipv4.h>
2223
#if (NGX_HAVE_INET6)
2324
#include <linux/netfilter_ipv6.h>

0 commit comments

Comments
 (0)