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

Include iso/limits_iso.h to get UINT_MAX.

parent 44e0351e
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.10 2007/07/09 16:04:09 fgilham Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.11 2008/03/16 02:15:35 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.
......@@ -23,6 +23,8 @@
#include <signal.h>
#include <unistd.h>
#include <sys/fcntl.h>
/* For UINT_MAX and friends */
#include <iso/limits_iso.h>
#endif /* SOLARIS */
#include <sys/mman.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment