diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h index 1d5be27374e..03bfc0f58a5 100644 --- a/gcc/jit/libgccjit.h +++ b/gcc/jit/libgccjit.h @@ -21,6 +21,11 @@ along with GCC; see the file COPYING3. If not see #define LIBGCCJIT_H #include +#ifdef __has_include +#if __has_include () +#include +#endif +#endif #ifdef __cplusplus extern "C" {