From 9e2dbd0f10ba26252d1f8cd2f8c0c7d32929f0a6 Mon Sep 17 00:00:00 2001 From: mahi Date: Tue, 22 May 2012 12:40:48 +0200 Subject: [PATCH] Added Compiler abstraction for mpc5668 --- arch/ppc/mpc55xx/drivers/mpc5668.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ppc/mpc55xx/drivers/mpc5668.h b/arch/ppc/mpc55xx/drivers/mpc5668.h index e832cf00..6ee9ad35 100644 --- a/arch/ppc/mpc55xx/drivers/mpc5668.h +++ b/arch/ppc/mpc55xx/drivers/mpc5668.h @@ -19,6 +19,7 @@ #ifndef _MPC5668_H_ #define _MPC5668_H_ +#include "Compiler.h" #include "typedefs.h" #ifdef __cplusplus -- 2.39.2