diff options
Diffstat (limited to 'src/port/srandom.c')
-rw-r--r-- | src/port/srandom.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/port/srandom.c b/src/port/srandom.c index 167f4722b3f..e25a6a42cd8 100644 --- a/src/port/srandom.c +++ b/src/port/srandom.c @@ -8,16 +8,15 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/srandom.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $ + * $PostgreSQL: pgsql/src/port/srandom.c,v 1.6 2005/07/28 04:03:14 tgl Exp $ * *------------------------------------------------------------------------- */ #include "c.h" -#include <stdlib.h> #include <math.h> -#include <errno.h> + void srandom(unsigned int seed) |