From: Marc G. Fournier Date: Mon, 11 Nov 1996 11:29:15 +0000 (+0000) Subject: change include c.h to postgres.h X-Git-Tag: REL2_0~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fc64aefe14938a2fbe9b28ee7e7e8c790c29103;p=postgresql change include c.h to postgres.h --- diff --git a/src/backend/utils/error/assert.c b/src/backend/utils/error/assert.c index ac2de1631d..c100c2e02f 100644 --- a/src/backend/utils/error/assert.c +++ b/src/backend/utils/error/assert.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.1.1.1 1996/07/09 06:22:07 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.2 1996/11/11 11:29:15 scrappy Exp $ * * NOTE * This should eventually work with elog(), dlog(), etc. @@ -16,7 +16,7 @@ */ #include -#include "c.h" /* where the declaration goes */ +#include "postgres.h" /* where the declaration goes */ #include "utils/module.h" #include "utils/exc.h"