diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 22:46:28 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 22:46:28 +0000 |
| commit | f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113 (patch) | |
| tree | 9711b9dd2e6194129ed88eb7d160ed3baed160df /src/include/c.h | |
| parent | ae05b2fd43f9cee33b93b35a32330ac19e0825de (diff) | |
c.h needs to include postgres_ext.h to be self-contained.
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdio.h> #include <stdlib.h> |
