diff options
-rw-r--r-- | include/bits/setjmp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bits/setjmp.h b/include/bits/setjmp.h index 226de7f..de6c81d 100644 --- a/include/bits/setjmp.h +++ b/include/bits/setjmp.h @@ -2,4 +2,6 @@ plus the JB_* macros from the private header <jmpbuf-offsets.h>. */ #include_next <bits/setjmp.h> -#include <jmpbuf-offsets.h> +#ifndef _ISOMAC +# include <jmpbuf-offsets.h> +#endif |