diff options
Diffstat (limited to 'gfx/graphite2/src/inc/Face.h')
-rw-r--r-- | gfx/graphite2/src/inc/Face.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/inc/Face.h b/gfx/graphite2/src/inc/Face.h index 43ea43196..1ee39b0e3 100644 --- a/gfx/graphite2/src/inc/Face.h +++ b/gfx/graphite2/src/inc/Face.h @@ -26,7 +26,7 @@ of the License or (at your option) any later version. */ #pragma once -#include <cstdio> +#include <stdio.h> #include "graphite2/Font.h" |