1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

#include cleanups

This commit is contained in:
Bruce Momjian
2000-06-15 00:52:26 +00:00
parent d540a9a6bd
commit e362d4e1ea
6 changed files with 14 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: timestamp.h,v 1.6 2000/06/09 01:11:15 tgl Exp $
* $Id: timestamp.h,v 1.7 2000/06/15 00:52:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,6 +16,7 @@
#include <time.h>
#include <math.h>
#include <limits.h>
#include <float.h>
#include "fmgr.h"