Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / ser-go32.c
index f776161964aac50c4d630107ad0885db7ee9ed99..17684884437512e2f8508f851501891be09e66ef 100644 (file)
 #define        MSR_DDSR        0x02
 #define        MSR_DCTS        0x01
 
-#include <sys/dos.h>
-#include <sys/go32.h>
-#include <sys/dpmi.h>
+#include <dos.h>
+#include <go32.h>
+#include <dpmi.h>
+typedef unsigned long u_long;
 
 /* DPMI Communication */
 static union REGS dpmi_regs;
This page took 0.024366 seconds and 4 git commands to generate.