Skip to content
Snippets Groups Projects
Commit 9fc64aef authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

change include c.h to postgres.h

parent 42a34468
No related branches found
No related tags found
No related merge requests found
......@@ -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 <stdio.h>
#include "c.h" /* where the declaration goes */
#include "postgres.h" /* where the declaration goes */
#include "utils/module.h"
#include "utils/exc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment