mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
_GNU_SOURCE for random
This commit is contained in:
parent
10e119f638
commit
3f5c106a88
@ -125,6 +125,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_RANDOM_H
|
||||
/* uclibc needs _GNU_SOURCE */
|
||||
#define _GNU_SOURCE
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user