diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-10-29 13:16:25 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-10-29 13:16:25 +0200 |
| commit | 80d78c5589d42f81b04e671b28c103a2112458d1 (patch) | |
| tree | 81390d685648d25dd05dfa0092deb0587821cf5a /tasm/src/assembler.c | |
| parent | b7525c84619f7bc28bcd3c43aa119d1c6bc23b6d (diff) | |
| download | tri-80d78c5589d42f81b04e671b28c103a2112458d1.tar.gz tri-80d78c5589d42f81b04e671b28c103a2112458d1.zip | |
move common stuff to core
+ Might have to come up with a better name, but works for now
Diffstat (limited to 'tasm/src/assembler.c')
| -rw-r--r-- | tasm/src/assembler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasm/src/assembler.c b/tasm/src/assembler.c index 9f6dc95..3faf1fb 100644 --- a/tasm/src/assembler.c +++ b/tasm/src/assembler.c @@ -1,6 +1,6 @@ #include <tasm/assembler.h> #include <tasm/parser.h> -#include <tasm/bits.h> +#include <bits.h> #include <string.h> #include <unistd.h> |
