diff options
Diffstat (limited to 'gfx/graphite2/src/Pass.cpp')
-rw-r--r-- | gfx/graphite2/src/Pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/Pass.cpp b/gfx/graphite2/src/Pass.cpp index 683143c50..4e9085d48 100644 --- a/gfx/graphite2/src/Pass.cpp +++ b/gfx/graphite2/src/Pass.cpp @@ -28,7 +28,7 @@ of the License or (at your option) any later version. #include "inc/debug.h" #include "inc/Endian.h" #include "inc/Pass.h" -#include <cstring> +#include <string.h> #include <cstdlib> #include <cassert> #include <cmath> |