mirror of
https://github.com/fluencelabs/musl
synced 2025-05-21 03:31:29 +00:00
fix missing type error in grp.h from adding fgetgrent
This commit is contained in:
parent
da1442c9a8
commit
f44076181d
@ -10,6 +10,10 @@ extern "C" {
|
|||||||
#define __NEED_size_t
|
#define __NEED_size_t
|
||||||
#define __NEED_gid_t
|
#define __NEED_gid_t
|
||||||
|
|
||||||
|
#ifdef _GNU_SOURCE
|
||||||
|
#define __NEED_FILE
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <bits/alltypes.h>
|
#include <bits/alltypes.h>
|
||||||
|
|
||||||
struct group
|
struct group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user