diff options
Diffstat (limited to 'dde_ne2k_pci/main.c')
-rw-r--r-- | dde_ne2k_pci/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dde_ne2k_pci/main.c b/dde_ne2k_pci/main.c index 98f4452a..63ab182f 100644 --- a/dde_ne2k_pci/main.c +++ b/dde_ne2k_pci/main.c @@ -6,7 +6,7 @@ #include <linux/init.h> // initcall() #include <linux/delay.h> // msleep() -#include <hurd/machdev.h> +#include <machdev.h> int using_std = 1; |