Change the name of the "limits.h" source file to "sqliteLimit.h".
Ticket #2428. (CVS 4091)
FossilOrigin-Name: 64bcc41f12e902fd025c9ba36c09dd6e4cf25923
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 5cf95fd..eca8399 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -11,11 +11,11 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
-** @(#) $Id: sqliteInt.h,v 1.572 2007/06/10 22:57:33 drh Exp $
+** @(#) $Id: sqliteInt.h,v 1.573 2007/06/19 15:23:48 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
-#include "limits.h"
+#include "sqliteLimit.h"
#if defined(SQLITE_TCL) || defined(TCLSH)