diff options
Diffstat (limited to 'winsup/cygwin/random.cc')
-rw-r--r-- | winsup/cygwin/random.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/random.cc b/winsup/cygwin/random.cc index e1e21eccb..583276d0f 100644 --- a/winsup/cygwin/random.cc +++ b/winsup/cygwin/random.cc @@ -36,7 +36,6 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/random.c,v 1.25 2007/01/09 00:28:10 imp #include <sys/time.h> /* for srandomdev() */ #include <fcntl.h> /* for srandomdev() */ -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> /* for srandomdev() */ |