summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian1997-09-25 16:35:52 +0000
committerBruce Momjian1997-09-25 16:35:52 +0000
commit2f4275327e2b0e772bbc225ea0a174a15784d494 (patch)
treeb80288e3d0323d3dd214d64a077db5e97c98c5f5 /src/include
parent0384d37083b032b2e6dd2e33177816cfd685c4ec (diff)
Massive examples fix from Nicola Bernardelli
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/geo_decls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index d0b288e572c..7904354a126 100644
--- a/src/include/utils/geo_decls.h
+++ b/src/include/utils/geo_decls.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo_decls.h,v 1.13 1997/09/20 16:25:28 thomas Exp $
+ * $Id: geo_decls.h,v 1.14 1997/09/25 16:35:36 momjian Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
@@ -20,6 +20,7 @@
#define GEO_DECLS_H
#include "access/attnum.h"
+#include "postgres.h" /* float8 */
/*#ifndef FmgrIncluded -- seems like always included. (it's FMgrIncluded) AY */