mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
23 lines
466 B
Plaintext
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
|
|
|