diff options
| author | Michael Brown | 2006-05-16 17:01:26 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-16 17:01:26 +0200 |
| commit | fcdab6299c1d2714164672f3313523d366b033f8 (patch) | |
| tree | ad21843edfa10dbfa9ef6547f182d5cf71b34477 /src | |
| parent | Tear out old heap code, replace with code that simply allocates memory (diff) | |
| download | ipxe-fcdab6299c1d2714164672f3313523d366b033f8.tar.gz ipxe-fcdab6299c1d2714164672f3313523d366b033f8.tar.xz ipxe-fcdab6299c1d2714164672f3313523d366b033f8.zip | |
Missed a reference to heap.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/core/load_buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/core/load_buffer.c b/src/arch/i386/core/load_buffer.c index a0a698146..3e34d2b53 100644 --- a/src/arch/i386/core/load_buffer.c +++ b/src/arch/i386/core/load_buffer.c @@ -1,5 +1,4 @@ #include "io.h" -#include "heap.h" #include "load_buffer.h" /* |
