Index: sys/boot/kshim/bsd_global.h =================================================================== --- sys/boot/kshim/bsd_global.h +++ sys/boot/kshim/bsd_global.h @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include Index: sys/boot/kshim/bsd_kernel.h =================================================================== --- sys/boot/kshim/bsd_kernel.h +++ sys/boot/kshim/bsd_kernel.h @@ -579,4 +579,7 @@ #define strlcpy(d,s,n) snprintf((d),(n),"%s",(s)) #endif +/* Should be defined in user application since is machine-dependent */ +extern int delay(unsigned int); + #endif /* _BSD_KERNEL_H_ */