mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 08:09:51 +00:00
aefb276884
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
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"
|
|
|