diff options
Diffstat (limited to 'i386/i386at/i386at_ds_routines.c')
-rw-r--r-- | i386/i386at/i386at_ds_routines.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i386/i386at/i386at_ds_routines.c b/i386/i386at/i386at_ds_routines.c index b67aa9ec..be1f58d4 100644 --- a/i386/i386at/i386at_ds_routines.c +++ b/i386/i386at/i386at_ds_routines.c @@ -35,7 +35,10 @@ #include <i386at/dev_hdr.h> #include <i386at/device_emul.h> -#include <i386/device-drivers.h> + +#ifdef LINUX_DEV +#include <i386/linux/device-drivers.h> +#endif extern struct device_emulation_ops mach_device_emulation_ops; #ifdef LINUX_DEV |