Skip to content
Snippets Groups Projects
Commit df559de9 authored by Michael Meskes's avatar Michael Meskes
Browse files

interval.c needs limits.h

parent 7c5a561f
No related branches found
No related tags found
No related merge requests found
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.38 2008/11/26 16:31:02 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.39 2008/11/26 16:47:08 meskes Exp $ */
#include "postgres_fe.h"
#include <time.h>
#include <math.h>
#include <limits.h>
#ifdef __FAST_MATH__
#error -ffast-math is known to break this code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment