]> Sergey Matveev's repositories - nnn.git/commit
Fix warning of implicit declaration of function 'strcasestr'
authorSZ Lin (林上智) <szlin@debian.org>
Tue, 15 Jan 2019 06:58:38 +0000 (14:58 +0800)
committerSZ Lin (林上智) <szlin@debian.org>
Tue, 15 Jan 2019 08:17:07 +0000 (16:17 +0800)
commitcbef31ce25d92fa3d58054328b21d5616bb57310
tree51e9cd042808aa4229abeb492ad843c1442573fa
parent389180d13981f8c21424cd88b4cec0af79b55dcd
Fix warning of implicit declaration of function 'strcasestr'

According to manpage of strcasestr [1], the macro function needs to be added.

[1] https://linux.die.net/man/3/strcasestr

Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
src/nnn.c