diff options
Diffstat (limited to 'gfx/graphite2/src/inc/json.h')
-rw-r--r-- | gfx/graphite2/src/inc/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/inc/json.h b/gfx/graphite2/src/inc/json.h index 90b8573d6..e9826832e 100644 --- a/gfx/graphite2/src/inc/json.h +++ b/gfx/graphite2/src/inc/json.h @@ -32,7 +32,7 @@ of the License or (at your option) any later version. #include "inc/Main.h" #include <cassert> -#include <cstdio> +#include <stdio.h> #include "inc/List.h" namespace graphite2 { |