Skip to content

Commit

Permalink
Fix Error: luv/src/constants.c:674:11: error: implicit declaration of…
Browse files Browse the repository at this point in the history
… function 'getprotobyname'

Signed-off-by: Xiang Xiao <[email protected]>
  • Loading branch information
xiaoxiang781216 committed Aug 11, 2023
1 parent 3d56601 commit 0c8dcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interpreters/luamodules/luv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config LUA_LUV_MODULE
default n
depends on INTERPRETERS_LUA && LIBUV
select LIBC_EXECFUNCS
select LIBC_NETDB
select NET
select NETDEV_IFINDEX
select NET_SOCKOPTS
Expand Down

0 comments on commit 0c8dcd3

Please sign in to comment.