mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
4a07db85e8
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>
|