diff options
Diffstat (limited to 'gfx/graphite2/src/inc/Machine.h')
-rw-r--r-- | gfx/graphite2/src/inc/Machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/inc/Machine.h b/gfx/graphite2/src/inc/Machine.h index 1a01b7a43..4ac62b9e1 100644 --- a/gfx/graphite2/src/inc/Machine.h +++ b/gfx/graphite2/src/inc/Machine.h @@ -31,7 +31,7 @@ of the License or (at your option) any later version. // interface. #pragma once -#include <cstring> +#include <string.h> #include <graphite2/Types.h> #include "inc/Main.h" |