diff options
| author | Michael Brown | 2006-04-30 03:08:52 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-04-30 03:08:52 +0200 |
| commit | 352bf1bda2d4c0d08e9b674702d8ba754f4d1747 (patch) | |
| tree | 6446555769a5e1a2cecc56d09e19f4191f99827a /src/core/heap.c | |
| parent | Change semantics of network API so that packet-absorbing calls *always* (diff) | |
| download | ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.gz ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.xz ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.zip | |
Move init.h to gpxe/init.h.
Diffstat (limited to 'src/core/heap.c')
| -rw-r--r-- | src/core/heap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/heap.c b/src/core/heap.c index d70aa2d97..b04b4b821 100644 --- a/src/core/heap.c +++ b/src/core/heap.c @@ -1,5 +1,5 @@ #include "etherboot.h" -#include "init.h" +#include <gpxe/init.h> #include "memsizes.h" #include <assert.h> #include "heap.h" |
