diff options
Diffstat (limited to 'gfx/graphite2/src/Code.cpp')
-rw-r--r-- | gfx/graphite2/src/Code.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/graphite2/src/Code.cpp b/gfx/graphite2/src/Code.cpp index 92ba92379..119af9c85 100644 --- a/gfx/graphite2/src/Code.cpp +++ b/gfx/graphite2/src/Code.cpp @@ -32,7 +32,7 @@ of the License or (at your option) any later version. #include <cassert> #include <cstddef> #include <cstdlib> -#include <cstring> +#include <string.h> #include "graphite2/Segment.h" #include "inc/Code.h" #include "inc/Face.h" @@ -42,7 +42,7 @@ of the License or (at your option) any later version. #include "inc/Rule.h" #include "inc/Silf.h" -#include <cstdio> +#include <stdio.h> #ifdef NDEBUG #ifdef __GNUC__ |