summaryrefslogtreecommitdiffstats
path: root/src/core/errno.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 04:40:48 +0100
committerMichael Brown2006-12-20 04:40:48 +0100
commit84a2b886e16644f4fca157fcdb089b1994a8848c (patch)
tree2c5df46ca3c103884ef65b6dea2809f79cf60700 /src/core/errno.c
parentMove strerror() prototype to string.h, where it belongs (diff)
downloadipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.tar.gz
ipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.tar.xz
ipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.zip
Split error-message table portions of errno.h out to gpxe/errortab.h
Diffstat (limited to 'src/core/errno.c')
-rw-r--r--src/core/errno.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/errno.c b/src/core/errno.c
index 83c8564b..84c3424a 100644
--- a/src/core/errno.c
+++ b/src/core/errno.c
@@ -1,6 +1,6 @@
-#include "etherboot.h"
-#include "errno.h"
-#include "vsprintf.h"
+#include <errno.h>
+#include <console.h>
+#include <gpxe/errortab.h>
/** @file
*