From f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2001 22:46:28 +0000 Subject: c.h needs to include postgres_ext.h to be self-contained. --- src/include/c.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/c.h') diff --git a/src/include/c.h b/src/include/c.h index fc95d381d39..4a96810ca0a 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.99 2001/08/24 14:07:49 petere Exp $ + * $Id: c.h,v 1.100 2001/08/24 22:46:28 petere Exp $ * *------------------------------------------------------------------------- */ @@ -50,6 +50,7 @@ */ #include "pg_config.h" +#include "postgres_ext.h" #include #include -- cgit v1.2.3