diff options
Diffstat (limited to 'gfx/graphite2/src/inc/FileFace.h')
-rw-r--r-- | gfx/graphite2/src/inc/FileFace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/inc/FileFace.h b/gfx/graphite2/src/inc/FileFace.h index 81e501bab..dfcf3e8d3 100644 --- a/gfx/graphite2/src/inc/FileFace.h +++ b/gfx/graphite2/src/inc/FileFace.h @@ -32,7 +32,7 @@ of the License or (at your option) any later version. #ifndef GRAPHITE2_NFILEFACE -#include <cstdio> +#include <stdio.h> #include <cassert> #include "graphite2/Font.h" |