From 176246df10830ffafb9c804f3316571307fc49da Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 27 May 2011 17:44:48 -0700 Subject: [PATCH] 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 --- core/include/core.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 +#include +#include +#include +#include +#include +#include #include +#include #include extern char core_xfer_buf[65536]; -- 2.7.4