]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix WITHOUT_ICONV build
authorse <se@FreeBSD.org>
Sun, 13 Dec 2020 19:06:59 +0000 (19:06 +0000)
committerse <se@FreeBSD.org>
Sun, 13 Dec 2020 19:06:59 +0000 (19:06 +0000)
commit9ca7923d9e392ce27667ddaf39cf890c10b20f4d
tree081a99f4440715cdd024f33f43398ff28f631e1c
parentc0e0d8047dab3416c8afb7ccd6401414fb5c63b8
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