From 084b89c9e6e40e91b8d4e52595285cad07deabfa Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sun, 16 Mar 2008 13:59:42 +0000 Subject: [PATCH] Oops. It should be limits.h. --- lisp/sunos-os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/sunos-os.h b/lisp/sunos-os.h index 93b1d149d..b782fa05d 100644 --- a/lisp/sunos-os.h +++ b/lisp/sunos-os.h @@ -1,6 +1,6 @@ /* - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.11 2008/03/16 02:15:35 rtoy Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.12 2008/03/16 13:59:42 rtoy Exp $ This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -24,7 +24,7 @@ #include <unistd.h> #include <sys/fcntl.h> /* For UINT_MAX and friends */ -#include <iso/limits_iso.h> +#include <limits.h> #endif /* SOLARIS */ #include <sys/mman.h> -- GitLab