diff options
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r-- | src/binaryen-c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h index a4210a8db..79613bd65 100644 --- a/src/binaryen-c.h +++ b/src/binaryen-c.h @@ -130,7 +130,7 @@ BINARYEN_API BinaryenExpressionId BinaryenInvalidId(void); #define DELEGATE(CLASS_TO_VISIT) \ BINARYEN_API BinaryenExpressionId Binaryen##CLASS_TO_VISIT##Id(void); -#include "wasm-delegations.h" +#include "wasm-delegations.def" // External kinds (call to get the value of each; you can cache them) |