mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
11 lines
167 B
Diff
11 lines
167 B
Diff
--- a/lib/sysfs.c
|
|
+++ b/lib/sysfs.c
|
|
@@ -20,6 +20,7 @@
|
|
#include <dirent.h>
|
|
#include <fcntl.h>
|
|
#include <sys/types.h>
|
|
+#include <libgen.h>
|
|
|
|
#include "internal.h"
|
|
|