mirror of
git://git.musl-libc.org/musl
synced 2025-02-21 13:26:50 +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_gid_t
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define __NEED_FILE
|
||||
#endif
|
||||
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
struct group
|
||||
|
Loading…
Reference in New Issue
Block a user