Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9fc64ae

Browse files
committed
change include c.h to postgres.h
1 parent 42a3446 commit 9fc64ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/error/assert.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.1.1.1 1996/07/09 06:22:07 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.2 1996/11/11 11:29:15 scrappy Exp $
1111
*
1212
* NOTE
1313
* This should eventually work with elog(), dlog(), etc.
@@ -16,7 +16,7 @@
1616
*/
1717
#include <stdio.h>
1818

19-
#include "c.h" /* where the declaration goes */
19+
#include "postgres.h" /* where the declaration goes */
2020
#include "utils/module.h"
2121

2222
#include "utils/exc.h"

0 commit comments

Comments
 (0)