summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/chromium/FontPlatformData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/chromium/FontPlatformData.h')
-rw-r--r--WebCore/platform/graphics/chromium/FontPlatformData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/chromium/FontPlatformData.h b/WebCore/platform/graphics/chromium/FontPlatformData.h
index 871fec8..d8ce3e2 100644
--- a/WebCore/platform/graphics/chromium/FontPlatformData.h
+++ b/WebCore/platform/graphics/chromium/FontPlatformData.h
@@ -33,7 +33,7 @@
#if OS(WINDOWS)
#include "FontPlatformDataChromiumWin.h"
-#elif OS(LINUX)
+#elif OS(LINUX) || OS(FREEBSD)
#include "FontPlatformDataLinux.h"
#endif