diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 14:55:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 14:55:39 +0200 |
commit | a20f130def0352d04744e6208aa2cf7cddbcbe91 (patch) | |
tree | 6884007466c60a30367b462d6fb2ec478a183491 /gfx/graphite2/src/Segment.cpp | |
parent | 9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff) | |
parent | 4cfbcc498971703c00a500a99ae1562263964265 (diff) | |
download | uxp-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz |
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/graphite2/src/Segment.cpp')
-rw-r--r-- | gfx/graphite2/src/Segment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/Segment.cpp b/gfx/graphite2/src/Segment.cpp index 3020bfd36d..cb53de3564 100644 --- a/gfx/graphite2/src/Segment.cpp +++ b/gfx/graphite2/src/Segment.cpp @@ -25,7 +25,7 @@ License, as published by the Free Software Foundation, either version 2 of the License or (at your option) any later version. */ #include "inc/UtfCodec.h" -#include <cstring> +#include <string.h> #include <cstdlib> #include "inc/bits.h" |