Skip to content
Snippets Groups Projects
Commit fbda3388 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uboot-envtools: fix build with musl


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39961
parent f4ace532
No related branches found
No related tags found
No related merge requests found
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -8,6 +8,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#define _GNU_SOURCE
#include <errno.h>
#include <env_flags.h>
#include <fcntl.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment