Skip to content
Snippets Groups Projects
Commit 084b89c9 authored by rtoy's avatar rtoy
Browse files

Oops. It should be limits.h.

parent c0088346
No related branches found
No related tags found
No related merge requests found
/* /*
$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 This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain. Carnegie Mellon University, and has been placed in the public domain.
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/fcntl.h> #include <sys/fcntl.h>
/* For UINT_MAX and friends */ /* For UINT_MAX and friends */
#include <iso/limits_iso.h> #include <limits.h>
#endif /* SOLARIS */ #endif /* SOLARIS */
#include <sys/mman.h> #include <sys/mman.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment