Skip to content

Commit

Permalink
mingw fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepMaJAZ committed Jun 19, 2024
1 parent 359ff38 commit db51969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpu/808x.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
4 clocks - fetch mod/rm
2 clocks - fetch opcode 1 2 clocks - execute
2 clocks - fetch opcode 2 etc*/
#if defined(__linux__) || defined(__APPLE__)
#include <unistd.h>
#endif

#include <stdio.h>
#include "ibm.h"

Expand Down

0 comments on commit db51969

Please sign in to comment.