aboutsummaryrefslogtreecommitdiff
path: root/src/port/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/random.c')
-rw-r--r--src/port/random.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/port/random.c b/src/port/random.c
index 976ea41fd5c..227afa7b1a6 100644
--- a/src/port/random.c
+++ b/src/port/random.c
@@ -8,16 +8,15 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/random.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/random.c,v 1.6 2005/07/28 04:03:14 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "c.h"
-#include <stdlib.h>
#include <math.h>
-#include <errno.h>
+
long
random()