From eacc071afe6e8ae388341b7181b399fa868a3466 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 --- 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 *******************************/ /*--------------------------------------------------------------------------