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"
|
||
|
|