a0dbfe2fb0
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
14 lines
280 B
C++
14 lines
280 B
C++
--- ui/gfx/font_fallback_linux.cc.orig 2020-11-13 06:37:06 UTC
|
|
+++ ui/gfx/font_fallback_linux.cc
|
|
@@ -24,6 +24,10 @@
|
|
#include "ui/gfx/linux/fontconfig_util.h"
|
|
#include "ui/gfx/platform_font.h"
|
|
|
|
+#if defined(OS_BSD)
|
|
+#include <unistd.h>
|
|
+#endif
|
|
+
|
|
namespace gfx {
|
|
|
|
namespace {
|