commit | f13196429e7433f2cc00f5941abd7703efff20db | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Mon Jun 24 11:19:57 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Mon Jun 24 13:01:38 2024 +0200 |
tree | b6c5ca5523c8e89c8db70a87add4e6d51687b47d | |
parent | 18ebfe59d043f8b53bdd0c7ed48e2c9920abb881 [diff] |
subsys/net/lib/http: Set feature macro as required This file uses strnlen() but the C library is not require to expose its prototype unless _POSIX_C_SOURCE is defined. So let's define it to avoid an implicit function declaration warning. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>