Skip to content

Commit

Permalink
Fixing it for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnau committed Sep 13, 2024
1 parent 073f8b1 commit ac3e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z80_assembler.cp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/syslimits.h>
#include <limits.h>

#include "kk_ihex_write.h"
#include "z80_assembler.h"
Expand Down

0 comments on commit ac3e07a

Please sign in to comment.