rtems-bsd-rc-conf.h: Add missing include

This commit is contained in:
Sebastian Huber 2016-05-30 16:00:25 +02:00
parent f70f9f5013
commit f57582265c

View File

@ -31,6 +31,8 @@
#ifndef _RTEMS_BSP_RC_CONF_h #ifndef _RTEMS_BSP_RC_CONF_h
#define _RTEMS_BSP_RC_CONF_h #define _RTEMS_BSP_RC_CONF_h
#include <stdbool.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif /* __cplusplus */ #endif /* __cplusplus */