From 92395b17bac9b0053dee6ba2dad5ef3d4ff4215f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Sep 2010 19:03:17 +0000 Subject: [PATCH] Merged r2246 and r2267 from trunk: added #include where necessary such that the SCST source code builds on PowerPC systems too. git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2277 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 1 + scst/src/scst_pres.c | 1 + 2 files changed, 2 insertions(+) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index e5ca2362b..9c9dc4999 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index 014ba3baf..7fa513d87 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25)