Files
haikuports/media-libs/harfbuzz/patches/harfbuzz-0.9.37.patchset
2014-12-27 22:25:51 +00:00

23 lines
466 B
Plaintext

From 6cc506b2bb2b0be229c8c8c742ab39df4988a35b Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Thu, 21 Aug 2014 18:43:18 +0000
Subject: haiku patch
diff --git a/util/options.cc b/util/options.cc
index 0adc179..6a4b040 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -33,6 +33,8 @@
#include <hb-ot-font.h>
#endif
+#include <strings.h>
+
struct supported_font_funcs_t {
char name[4];
void (*func) (hb_font_t *);
--
1.8.3.4