mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
229 B
C++
10 lines
229 B
C++
--- src/platform_x11/Misc.cpp.orig 2021-03-07 12:52:50 UTC
|
|
+++ src/platform_x11/Misc.cpp
|
|
@@ -7,6 +7,7 @@
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <limits.h>
|
|
+#include <locale.h>
|
|
|
|
#include <fontconfig/fontconfig.h>
|
|
|