mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
39dad4ff47
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
192 B
Diff
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>
|