mirror of
https://github.com/openwrt/packages.git
synced 2025-07-17 14:34:46 +00:00
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>
|