]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix WITHOUT_ICONV build
authorStefan Eßer <se@FreeBSD.org>
Sun, 13 Dec 2020 19:06:59 +0000 (19:06 +0000)
committerStefan Eßer <se@FreeBSD.org>
Sun, 13 Dec 2020 19:06:59 +0000 (19:06 +0000)
commitd87cb51f56615b76ecddba5a78af98b10187723e
tree081a99f4440715cdd024f33f43398ff28f631e1c
parent8a428dfecb4fba5fdbef7249cf6a3288973af96e
Fix WITHOUT_ICONV build

Move the include of langinfo.h out of the WITH_ICONV condition block,
since it is not dependent on ICONV. This was correct when nl_langinfo()
had only been called in the WITH_ICONV case, but that is no longer the
case.

Submitted by: yuripv
usr.bin/calendar/events.c