mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
250 B
C++
11 lines
250 B
C++
--- ui/gfx/font_fallback_linux.cc.orig 2024-11-04 08:56:03 UTC
|
|
+++ ui/gfx/font_fallback_linux.cc
|
|
@@ -32,6 +32,8 @@
|
|
#include "ui/gfx/linux/fontconfig_util.h"
|
|
#include "ui/gfx/platform_font.h"
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
namespace gfx {
|
|
|
|
namespace {
|