]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: add comment listing functions names importing via #include
authorMasatake YAMATO <yamato@redhat.com>
Wed, 19 Jul 2023 21:11:55 +0000 (06:11 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 23 Jul 2023 17:01:25 +0000 (02:01 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-sock-xinfo.c

index 12770ef9678fded86e661ab0f04cc6321dd44c01..0aa5c191ced5eaf81041ec56dca2f1a2af674131 100644 (file)
@@ -29,7 +29,7 @@
 #include <linux/netlink.h>     /* NETLINK_* */
 #include <linux/un.h>          /* UNIX_PATH_MAX */
 #include <sched.h>             /* for setns(2) */
-#include <search.h>
+#include <search.h>            /* tfind, tsearch */
 #include <stdint.h>
 #include <string.h>
 #include <sys/socket.h>                /* SOCK_* */