Index: read.c =================================================================== --- read.c (revision 36983) +++ read.c (revision 36984) @@ -2160,14 +2160,14 @@ #define PARSE_COORD(dst, src) parse_coord(dst, src) #define PARSE_DOUBLE(dst, src) parse_double(dst, src) #define HASH_GET(hash, name) hash_get(hash, name, 0) -#define LHT_ERROR iolht_error +#define RND_LHT_ERROR iolht_error -#include +#include #undef PARSE_COORD #undef PARSE_DOUBLE #undef PARSE_HASH_GET -#undef LHT_ERROR +#undef RND_LHT_ERROR static int parse_fontkit(pcb_fontkit_t *fk, lht_node_t *nd) {