]> granicus.if.org Git - postgresql/commitdiff
Add include file postgres.h
authorMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 16:33:12 +0000 (16:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 16:33:12 +0000 (16:33 +0000)
src/test/regress/regress.c

index 71d400f93ddcf9d57870bc1219a8ae05a43ad3e3..c8c8d5e87e9456f4640830188fb86d5dd66ed792 100644 (file)
@@ -1,10 +1,12 @@
 /*
- * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.1.1.1 1996/07/09 06:22:24 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.2 1996/11/11 16:33:12 scrappy Exp $
  */
 
 #include <float.h>             /* faked on sunos */
 #include <stdio.h>
 
+#include <postgres.h>
+
 #include "utils/geo-decls.h"   /* includes <math.h> */
 #include "libpq-fe.h"