From 2070ad27a5fc674909f4bbd34e7d862c625fc54b Mon Sep 17 00:00:00 2001 From: MatteoBax <98881971+MatteoBax@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:23:21 +0200 Subject: [PATCH] deps: fix call to undeclared function 'ntohl' --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index bbf9522a2f8e00..da4813c393a9b7 100644 --- a/common.gypi +++ b/common.gypi @@ -230,7 +230,7 @@ ], },], ['OS == "android"', { - 'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ], + 'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures', '-Wno-implicit-function-declaration' ], 'ldflags': [ '-fPIC' ] }], ],