From 21badba151f12fe80921c2791772482d00f728d2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 17 Jan 1999 03:04:57 +0000 Subject: Replace direct inclusions of c.h with inclusion of postgres.h, to ensure that config.h is included as well. --- src/backend/storage/buffer/s_lock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/backend/storage/buffer/s_lock.c') diff --git a/src/backend/storage/buffer/s_lock.c b/src/backend/storage/buffer/s_lock.c index 9a6991b222..6b43b08bb5 100644 --- a/src/backend/storage/buffer/s_lock.c +++ b/src/backend/storage/buffer/s_lock.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.15 1998/12/26 18:15:53 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.16 1999/01/17 03:04:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -16,8 +16,7 @@ #include #include -#include "config.h" -#include "c.h" +#include "postgres.h" #include "storage/s_lock.h" -- cgit v1.2.1