mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 23:00:54 -08:00
Solaris does not have stdint.h
This commit is contained in:
parent
a9ac64e495
commit
20329d958a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <stddef.h> /* NULL, ptrdiff_t */
|
||||
#include <stdarg.h> /* va_list */
|
||||
#include <setjmp.h> /* setjmp and buffers */
|
||||
#if !defined(_MSC_VER)
|
||||
#if !defined(_MSC_VER) && !defined(__sun)
|
||||
#include <stdint.h> /* int8_t and friends */
|
||||
#else
|
||||
typedef char int8_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue