We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30774d4 commit ce76182Copy full SHA for ce76182
subsys/net/lib/http/http_server_http1.c
@@ -5,6 +5,9 @@
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
+#undef _POSIX_C_SOURCE
9
+#define _POSIX_C_SOURCE 200809L /* Required for strnlen() */
10
+
11
#include <errno.h>
12
#include <stdbool.h>
13
#include <stdio.h>
0 commit comments