summaryrefslogtreecommitdiffstats
path: root/src/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.c')
-rw-r--r--src/core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/init.c b/src/core/init.c
index ed652379c..3f41ddd1e 100644
--- a/src/core/init.c
+++ b/src/core/init.c
@@ -7,7 +7,7 @@
**************************************************************************
*/
-#include "init.h"
+#include <gpxe/init.h>
static struct init_fn init_fns[0] __table_start(init_fn);
static struct init_fn init_fns_end[0] __table_end(init_fn);