Skip to content

Commit b9c0096

Browse files
committed
Another place that HAVE_LIMITS_H was misspelled.
1 parent 8aa780b commit b9c0096

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/adt

1 file changed

+2
-2
lines changed

src/backend/utils/adt/int.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.20 1999/02/13 23:19:20 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.21 1999/07/09 15:09:54 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -30,7 +30,7 @@
3030
*/
3131
#include <stdio.h>
3232
#include <string.h>
33-
#ifdef HAVE_LIMITS
33+
#ifdef HAVE_LIMITS_H
3434
#include <limits.h>
3535
#endif
3636

0 commit comments

Comments
 (0)