Commit b9c0096d authored by Tom Lane's avatar Tom Lane

Another place that HAVE_LIMITS_H was misspelled.

parent 8aa780bd
......@@ -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 <stdio.h>
#include <string.h>
#ifdef HAVE_LIMITS
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment