From: Tom Lane Date: Fri, 9 Jul 1999 15:09:54 +0000 (+0000) Subject: Another place that HAVE_LIMITS_H was misspelled. X-Git-Tag: REL6_5_1~36 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b9c0096d9778e35d50a8df5afbee8544f5e7b58b;p=users%2Fc2main%2Fpostgres.git Another place that HAVE_LIMITS_H was misspelled. --- diff --git a/src/backend/utils/adt/int.c b/src/backend/utils/adt/int.c index 910c3fa511..636b6ae5ce 100644 --- a/src/backend/utils/adt/int.c +++ b/src/backend/utils/adt/int.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.20 1999/02/13 23:19:20 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.21 1999/07/09 15:09:54 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -30,7 +30,7 @@ */ #include #include -#ifdef HAVE_LIMITS +#ifdef HAVE_LIMITS_H #include #endif