diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-12 23:53:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-12 23:53:52 (GMT) |
commit | ccb49530f930701b1ca57e560564ae098dcef3c9 (patch) | |
tree | dc4abbca57f6838ac764b545181d01a66e6521f4 /src/common/bits.c | |
parent | 04d5af777d42d02d0ec580373f7a50be1bfb3dac (diff) |
Update and improve the operations with LEB128 values.
Diffstat (limited to 'src/common/bits.c')
-rw-r--r-- | src/common/bits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/bits.c b/src/common/bits.c index 26f570f..27296f2 100644 --- a/src/common/bits.c +++ b/src/common/bits.c @@ -31,6 +31,7 @@ #include "asm.h" +#include "io.h" #include "leb128.h" |