aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/random_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librandom/random_string.c')
-rw-r--r--src/librandom/random_string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librandom/random_string.c b/src/librandom/random_string.c
index cd2a0aa..f8cabc3 100644
--- a/src/librandom/random_string.c
+++ b/src/librandom/random_string.c
@@ -17,7 +17,6 @@ void random_string (char *s, size_t n)
#ifdef SKALIBS_HASGETRANDOM
#include <skalibs/nonposix.h>
-#include <sys/types.h>
#include <unistd.h>
#include <sys/syscall.h>
#include <skalibs/random.h>