Hi, another patch (which works) : Index: mdmdetect.c =================================================================== RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/mdmdetect.c,v retrieving revision 1.3 diff -u -r1.3 mdmdetect.c --- mdmdetect.c 2000/12/06 07:08:33 1.3 +++ mdmdetect.c 2002/05/03 18:54:06 @@ -6,7 +6,7 @@ #include <stdio.h> -#include <detect.h> +#include <discover.h> #include <unistd.h> #include "mdmdetect.h" Index: memdetect.c =================================================================== RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/memdetect.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 memdetect.c --- memdetect.c 2000/11/25 21:13:55 1.1.1.1 +++ memdetect.c 2002/05/03 18:54:06 @@ -6,7 +6,7 @@ #include <stdio.h> -#include <detect.h> +#include <discover.h> #include <unistd.h>
================================ And just a thing, maybe it would be a good idea to auto-generate all the .h in the makefile Thanks. -- Thomas Poindessous [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

