diff options
Diffstat (limited to 'libasm/libasm.h')
-rw-r--r-- | libasm/libasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libasm/libasm.h b/libasm/libasm.h index 5c612243..a45c9fa3 100644 --- a/libasm/libasm.h +++ b/libasm/libasm.h @@ -32,7 +32,7 @@ #include <stdbool.h> #include <stdint.h> -#include <libebl.h> +typedef struct ebl Ebl; /* Opaque type for the assembler context descriptor. */ |