mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
stdio_ext.h needs to include stdio.h, at least to get FILE...
This commit is contained in:
parent
43a5a00e4a
commit
d03b3e7323
@ -5,6 +5,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define FSETLOCKING_QUERY 0
|
#define FSETLOCKING_QUERY 0
|
||||||
#define FSETLOCKING_INTERNAL 1
|
#define FSETLOCKING_INTERNAL 1
|
||||||
#define FSETLOCKING_BYCALLER 2
|
#define FSETLOCKING_BYCALLER 2
|
||||||
|
Loading…
Reference in New Issue
Block a user