1
0
Эх сурвалжийг харах

fix compile failure: legacy cuserid needs to define feature test

Rich Felker 14 жил өмнө
parent
commit
bad481266e
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/misc/cuserid.c

+ 1 - 0
src/misc/cuserid.c

@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <pwd.h>
 #include <stdio.h>
 #include <unistd.h>