0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-17 14:34:46 +00:00
Files
packages/utils/attr/patches/200-basename.patch
Rosen Penev 39dad4ff47 attr: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:40:22 -07:00

11 lines
192 B
Diff

--- a/tools/attr.c
+++ b/tools/attr.c
@@ -27,6 +27,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <libgen.h>
#include <locale.h>
#include <attr/attributes.h>