summaryrefslogtreecommitdiff
path: root/dde_pcnet32/main.c
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-06-15 17:50:34 +0200
committerZheng Da <zhengda1936@gmail.com>2010-06-15 17:50:34 +0200
commite0c7d9e618426c0cf8764a6ff126af6ea638e0b1 (patch)
treeffebe0df8a6d6f534078bb49675d619ede4a1428 /dde_pcnet32/main.c
parent9cd3c840876b1f3ea79ab810a5b00d9931749631 (diff)
handle the case hurd is built in a separate dir.
if hurd is built in its source tree, nothing needs to be changed. but if hurd is built in a separate directory, BUILDDIR has to specify the path where hurd is built.
Diffstat (limited to 'dde_pcnet32/main.c')
-rw-r--r--dde_pcnet32/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dde_pcnet32/main.c b/dde_pcnet32/main.c
index 98f4452a..63ab182f 100644
--- a/dde_pcnet32/main.c
+++ b/dde_pcnet32/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;