diff options
Diffstat (limited to 'gfx/graphite2/src/FileFace.cpp')
-rw-r--r-- | gfx/graphite2/src/FileFace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/FileFace.cpp b/gfx/graphite2/src/FileFace.cpp index d1510d3e9..62b9c1fd2 100644 --- a/gfx/graphite2/src/FileFace.cpp +++ b/gfx/graphite2/src/FileFace.cpp @@ -24,7 +24,7 @@ Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public License, as published by the Free Software Foundation, either version 2 of the License or (at your option) any later version. */ -#include <cstring> +#include <string.h> #include "inc/FileFace.h" |