diff options
Diffstat (limited to 'gcc/lto/lto.h')
-rw-r--r-- | gcc/lto/lto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h index 3b92b41e9a3..0c4305a1731 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -57,5 +57,6 @@ struct lto_section_slot size_t len; }; +int64_t lto_parse_hex (const char *p); #endif /* LTO_H */ |