Skip to content

Commit

Permalink
Add missing include <locale.h> for LC_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and Gargaj committed Mar 15, 2021
1 parent 5905381 commit 59fe3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform_x11/Misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <limits.h>
#include <locale.h>

#include <fontconfig/fontconfig.h>

Expand Down

0 comments on commit 59fe3e7

Please sign in to comment.