Skip to content

fuse: Include locale.h header

Ondrej Holy requested to merge wip/oholy/setlocale-undeclared into master

The commit eeb9914c breaks the build in some cases. This is because the setlocale function is called, but the locale.h header file is not included. Let's include it to fix this issue.

Fixes: #681 (closed)

Edited by Ondrej Holy

Merge request reports