libroot: Clang build fix.
Fixes #19963. Change-Id: I3bfd04b8082ade887aae9f02a3a6c27758002e17 Reviewed-on: https://review.haiku-os.org/c/haiku/+/10452 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
c971c7adfc
commit
63c8acd7fd
@@ -29,6 +29,8 @@ extern int __vsscanf (__const char *__restrict __s,
|
||||
_G_va_list __arg)
|
||||
__attribute__ ((__format__ (__scanf__, 2, 0)));
|
||||
|
||||
struct printf_info;
|
||||
|
||||
extern int __printf_fp (FILE *fp,
|
||||
const struct printf_info *info,
|
||||
const void *const *args);
|
||||
|
||||
Reference in New Issue
Block a user