Add include file postgres.h

This commit is contained in:
Marc G. Fournier 1996-11-11 16:33:12 +00:00
parent 39b4a0505f
commit c7ce63e04c
1 changed files with 3 additions and 1 deletions

View 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"