From 8b63aa1ffcae5aae9dd5a6d00a7b509308bef6f4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 17 Feb 2008 04:21:05 +0000 Subject: Add back #include in a couple of files that seem to need it on Linux. --- src/backend/bootstrap/bootstrap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 5450313be9c..50deab0c1bf 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -8,12 +8,13 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/bootstrap/bootstrap.c,v 1.238 2008/01/01 19:45:48 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/bootstrap/bootstrap.c,v 1.239 2008/02/17 04:21:05 tgl Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" +#include #include #include #ifdef HAVE_GETOPT_H -- cgit v1.2.3