diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-04-30 01:08:52 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-04-30 01:08:52 +0000 |
commit | 352bf1bda2d4c0d08e9b674702d8ba754f4d1747 (patch) | |
tree | 6446555769a5e1a2cecc56d09e19f4191f99827a /src/core/pcmcia.c | |
parent | bac97eb979e5048b065f01c6b5e7d63ffc3abf48 (diff) | |
download | ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.gz |
Move init.h to gpxe/init.h.
Diffstat (limited to 'src/core/pcmcia.c')
-rw-r--r-- | src/core/pcmcia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c index 03a96de8..b4faceaf 100644 --- a/src/core/pcmcia.c +++ b/src/core/pcmcia.c @@ -29,7 +29,7 @@ #define CODE_VERSION "0.1.3" #include "pcmcia-opts.h" #include "console.h" -#include "init.h" +#include <gpxe/init.h> int sockets; /* AHTODO: Phase this out! */ u_int pccsocks; |