diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/getentropy.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/getentropy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/getentropy.c b/sysdeps/unix/sysv/linux/getentropy.c index 2f3a4e4..02cf46f 100644 --- a/sysdeps/unix/sysv/linux/getentropy.c +++ b/sysdeps/unix/sysv/linux/getentropy.c @@ -20,6 +20,7 @@ #include <assert.h> #include <errno.h> #include <unistd.h> +#include <sysdep.h> /* Write LENGTH bytes of randomness starting at BUFFER. Return 0 on success and -1 on failure. */ |