diff options
author | Thomas Groman <tgroman@nuegia.net> | 2021-03-30 02:27:37 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2021-03-30 02:27:37 -0700 |
commit | c457666d6d5d478bbe3ca5ff09ae07e061b0ff00 (patch) | |
tree | f3273a3ade3841a2f5256a25edb09009fe0ae0e5 /gfx/graphite2/src/Face.cpp | |
parent | a0c9e3200470c86563d6eff47156eff24bfd1491 (diff) | |
download | UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.gz UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.lz UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.xz UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.zip |
De-unify gfx
Diffstat (limited to 'gfx/graphite2/src/Face.cpp')
-rw-r--r-- | gfx/graphite2/src/Face.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/Face.cpp b/gfx/graphite2/src/Face.cpp index 81b5ced8c..45664ca8c 100644 --- a/gfx/graphite2/src/Face.cpp +++ b/gfx/graphite2/src/Face.cpp @@ -24,7 +24,7 @@ Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public License, as published by the Free Software Foundation, either version 2 of the License or (at your option) any later version. */ -#include <cstring> +#include <string.h> #include "graphite2/Segment.h" #include "inc/CmapCache.h" #include "inc/debug.h" |