From 91de38f8833d089e86d9c3b3000eec4c57bc48df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 14 Feb 2013 17:27:15 +0100 Subject: [PATCH] Include --- cpukit/score/include/rtems/score/genericcpuatomic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/include/rtems/score/genericcpuatomic.h b/cpukit/score/include/rtems/score/genericcpuatomic.h index 2b49472546..2599d0d30d 100644 --- a/cpukit/score/include/rtems/score/genericcpuatomic.h +++ b/cpukit/score/include/rtems/score/genericcpuatomic.h @@ -15,6 +15,8 @@ #ifndef _RTEMS_SCORE_GENERAL_ATOMIC_CPU_H #define _RTEMS_SCORE_GEMERAL_ATOMIC_CPU_H +#include + #ifdef __cplusplus extern "C" { #endif