]> granicus.if.org Git - postgresql/commitdiff
change include c.h to postgres.h
authorMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 11:29:15 +0000 (11:29 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 11:29:15 +0000 (11:29 +0000)
src/backend/utils/error/assert.c

index ac2de1631d1a658b8b31a7714cc99d9f5e56468d..c100c2e02f665c99db2d10e293ee7cffe0a71664 100644 (file)
@@ -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"