Mercurial > repos > blastem
comparison debug.c @ 2177:44596610b2a0
Fix Windows build
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 07 Aug 2022 01:16:47 -0700 |
parents | 8c28c5466d70 |
children | f6d5bde4d07f |
comparison
equal
deleted
inserted
replaced
2176:035a54aa633f | 2177:44596610b2a0 |
---|---|
1 #include "debug.h" | 1 #include "debug.h" |
2 #include "genesis.h" | 2 #include "genesis.h" |
3 #include "68kinst.h" | 3 #include "68kinst.h" |
4 #include "segacd.h" | 4 #include "segacd.h" |
5 #include "blastem.h" | 5 #include "blastem.h" |
6 #include <ctype.h> | |
6 #include <stdlib.h> | 7 #include <stdlib.h> |
7 #include <string.h> | 8 #include <string.h> |
8 #ifndef _WIN32 | 9 #ifndef _WIN32 |
9 #include <sys/select.h> | 10 #include <sys/select.h> |
10 #endif | 11 #endif |