mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-08 07:42:09 +03: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_gid_t
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define __NEED_FILE
|
||||
#endif
|
||||
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
struct group
|
||||
|
Loading…
Reference in New Issue
Block a user