--- a/src/bootstrap.h Tue Jan 01 05:08:38 2008 +0000 +++ b/src/bootstrap.h Tue Aug 19 22:58:05 2008 +0000 @@ -19,15 +19,15 @@ /* * IP.BIN related code. Ref: http://mc.pp.se/dc/ip0000.bin.html */ -#ifndef dream_bootstrap_H -#define dream_bootstrap_H 1 +#ifndef lxdream_bootstrap_H +#define lxdream_bootstrap_H 1 + +#include "lxdream.h" #ifdef __cplusplus extern "C" { #endif -#include "dream.h" - /** * Dump the bootstrap info to the output log for infomational/debugging * purposes. @@ -37,4 +37,5 @@ #ifdef __cplusplus } #endif -#endif /* !dream_bootstrap_H */ + +#endif /* !lxdream_bootstrap_H */