Index: /trunk/psLib/src/dataIO/psLookupTable.c
===================================================================
--- /trunk/psLib/src/dataIO/psLookupTable.c	(revision 4166)
+++ /trunk/psLib/src/dataIO/psLookupTable.c	(revision 4167)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-09 00:56:37 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -15,5 +15,8 @@
 #include <string.h>
 #include <ctype.h>
+#undef __STRICT_ANSI__
 #include <stdlib.h>
+#define __STRICT_ANSI__
+#include <limits.h>
 #include <math.h>
 
Index: /trunk/psLib/src/types/psLookupTable.c
===================================================================
--- /trunk/psLib/src/types/psLookupTable.c	(revision 4166)
+++ /trunk/psLib/src/types/psLookupTable.c	(revision 4167)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-09 00:56:37 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -15,5 +15,8 @@
 #include <string.h>
 #include <ctype.h>
+#undef __STRICT_ANSI__
 #include <stdlib.h>
+#define __STRICT_ANSI__
+#include <limits.h>
 #include <math.h>
 
