projects
/
karo-tx-uboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix musl build
[karo-tx-uboot.git]
/
tools
/
env
/
fw_env.c
diff --git
a/tools/env/fw_env.c
b/tools/env/fw_env.c
index
1173eea
..
daa02a7
100644
(file)
--- a/
tools/env/fw_env.c
+++ b/
tools/env/fw_env.c
@@
-8,6
+8,8
@@
* SPDX-License-Identifier: GPL-2.0+
*/
+#define _GNU_SOURCE
+
#include <errno.h>
#include <env_flags.h>
#include <fcntl.h>