diff options
Diffstat (limited to 'gfx/graphite2/src/inc/List.h')
-rw-r--r-- | gfx/graphite2/src/inc/List.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/inc/List.h b/gfx/graphite2/src/inc/List.h index 020560235..d3839441e 100644 --- a/gfx/graphite2/src/inc/List.h +++ b/gfx/graphite2/src/inc/List.h @@ -30,7 +30,7 @@ of the License or (at your option) any later version. #include <cstddef> #include <cassert> -#include <cstring> +#include <string.h> #include <cstdlib> #include <new> |