mirror of
https://github.com/openwrt/packages.git
synced 2025-07-20 18:19:13 +00:00
11 lines
194 B
Diff
11 lines
194 B
Diff
--- a/nslist.c
|
|
+++ b/nslist.c
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdint.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <libgen.h>
|
|
#include <limits.h>
|
|
#include <dirent.h>
|
|
#include <getopt.h>
|