[syslinux:elflink] core.h: add a few include files needed pretty much everywhere

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Fri May 27 17:48:02 PDT 2011


Commit-ID:  176246df10830ffafb9c804f3316571307fc49da
Gitweb:     http://syslinux.zytor.com/commit/176246df10830ffafb9c804f3316571307fc49da
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Fri, 27 May 2011 17:44:48 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Fri, 27 May 2011 17:44:48 -0700

core.h: add a few include files needed pretty much everywhere

Some include files we might as well centralize...

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 core/include/core.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/core/include/core.h b/core/include/core.h
index 6e6f7fb..ed8e51a 100644
--- a/core/include/core.h
+++ b/core/include/core.h
@@ -2,7 +2,14 @@
 #define CORE_H
 
 #include <klibc/compiler.h>
+#include <stddef.h>
+#include <stdlib.h>
+#include <stdbool.h>
+#include <inttypes.h>
+#include <stdio.h>
+#include <dprintf.h>
 #include <com32.h>
+#include <errno.h>
 #include <syslinux/pmapi.h>
 
 extern char core_xfer_buf[65536];



More information about the Syslinux-commits mailing list