Skip to content
  • Ondrej Holy's avatar
    fuse: Include locale.h header · 84a98b56
    Ondrej Holy authored
    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
    84a98b56