diff --git a/runtime/druntime/src/importc.h b/runtime/druntime/src/importc.h index fadea91066..54efdd1142 100644 --- a/runtime/druntime/src/importc.h +++ b/runtime/druntime/src/importc.h @@ -19,6 +19,7 @@ * For special casing ImportC code. */ #define __IMPORTC__ 1 +#define __IMPORTC_LDC__ 1 /******************** * Some compilers define `__restrict` instead of `restrict` as C++ compilers don't