From a71802e12ec04fed791ea47f24ea30e0f5d9f5c2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 05:00:38 +0000 Subject: Final cleanup. --- src/backend/bootstrap/bootstrap.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 0603560b28..6253bf5cd5 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,7 +7,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.63 1999/07/16 03:12:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.64 1999/07/16 04:58:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,13 +18,13 @@ #include #include #ifdef __CYGWIN32__ +#include #endif #define BOOTSTRAP_INCLUDE /* mask out stuff in tcop/tcopprot.h */ #include "postgres.h" -#include "miscadmin.h" #include "access/genam.h" #include "access/heapam.h" @@ -33,12 +33,14 @@ #include "catalog/index.h" #include "catalog/pg_type.h" #include "libpq/pqsignal.h" +#include "miscadmin.h" #include "tcop/tcopprot.h" #include "utils/builtins.h" #include "utils/lsyscache.h" #include "utils/portal.h" #ifndef HAVE_MEMMOVE +#include #endif #define ALLOC(t, c) (t *)calloc((unsigned)(c), sizeof(t)) -- cgit v1.2.1