summaryrefslogtreecommitdiffstats
path: root/lib/randutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/randutils.c')
-rw-r--r--lib/randutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/randutils.c b/lib/randutils.c
index 72ca550be..09dd26186 100644
--- a/lib/randutils.c
+++ b/lib/randutils.c
@@ -28,7 +28,6 @@
#ifdef HAVE_GETRANDOM
# include <sys/random.h>
#elif defined (__linux__)
-# include <sys/syscall.h>
# if !defined(SYS_getrandom) && defined(__NR_getrandom)
/* usable kernel-headers, but old glibc-headers */
# define SYS_getrandom __NR_getrandom