Browse Source

Update zxcbdos.c

pull/283/head
Wayne Warthen 4 years ago
parent
commit
1b8e88e1a2
  1. 4
      Tools/unix/zxcc/zxcbdos.c

4
Tools/unix/zxcc/zxcbdos.c

@ -2,6 +2,10 @@
#include "zxbdos.h" #include "zxbdos.h"
#include "zxcbdos.h" #include "zxcbdos.h"
#ifndef _WIN32
#include <sys/ioctl.h>
#endif
#ifdef _WIN32 #ifdef _WIN32
#include <conio.h> #include <conio.h>
#endif #endif

Loading…
Cancel
Save