From 6b0f71867e67ada4aad5a3742d79cae07dde2a09 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Wed, 13 Mar 2013 14:28:48 -0500 Subject: [PATCH] xpp: Fix compile error with fedora 17 One line change to re-include a missing header Reported-By: Anthony Messina Internal-Issue-ID: DAHTOOL-60 Signed-off-by: Russ Meyerriecks (cherry picked from commit eacc071afe6e8ae388341b7181b399fa868a3466) --- xpp/oct612x/include/octdef.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xpp/oct612x/include/octdef.h b/xpp/oct612x/include/octdef.h index a2da33d..7e534b7 100644 --- a/xpp/oct612x/include/octdef.h +++ b/xpp/oct612x/include/octdef.h @@ -39,6 +39,10 @@ $Octasic_Revision: 12 $ extern "C" { #endif +#ifndef __KERNEL__ +#include +#endif + /***************************** INCLUDE FILES *******************************/ /*--------------------------------------------------------------------------