diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-15 17:50:34 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-15 17:50:34 +0200 |
commit | e0c7d9e618426c0cf8764a6ff126af6ea638e0b1 (patch) | |
tree | ffebe0df8a6d6f534078bb49675d619ede4a1428 /dde_pcnet32/main.c | |
parent | 9cd3c840876b1f3ea79ab810a5b00d9931749631 (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.c | 2 |
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; |