0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-20 18:19:13 +00:00
Files
packages/utils/nsutils/patches/010-gcc14.patch
Rosen Penev 4a07db85e8 nsutils: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:10 -07:00

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>