[libc] Add String to bsd headers

This commit is contained in:
Alex Brachet 2022-05-18 18:01:02 +00:00
parent fc2c8b2371
commit 6adbcd2b10

View file

@ -12,4 +12,8 @@ def BsdExtensions : StandardSpec<"BSDExtensions"> {
>, >,
] ]
>; >;
let Headers = [
String,
]
} }