diff options
Diffstat (limited to 'gfx/graphite2/src/call_machine.cpp')
-rw-r--r-- | gfx/graphite2/src/call_machine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/call_machine.cpp b/gfx/graphite2/src/call_machine.cpp index 09c2038c4..0afe9191e 100644 --- a/gfx/graphite2/src/call_machine.cpp +++ b/gfx/graphite2/src/call_machine.cpp @@ -33,7 +33,7 @@ of the License or (at your option) any later version. // opcodes) but is slower that the direct threaded interpreter by a factor of 2 #include <cassert> -#include <cstring> +#include <string.h> #include <graphite2/Segment.h> #include "inc/Machine.h" #include "inc/Segment.h" |