mirror of git://git.musl-libc.org/musl
fix compile failure: legacy cuserid needs to define feature test
This commit is contained in:
parent
571312de5f
commit
bad481266e
|
@ -1,3 +1,4 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue