diff options
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index e370503..7b74ad5 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -66,7 +66,9 @@ #ifdef i386 #include <i386at/device_emul.h> -#include <i386/device-drivers.h> +#ifdef LINUX_DEV +#include <i386/linux/device-drivers.h> +#endif #endif #ifdef i386 |