diff --git a/include/nuttx/mbox/mbox.h b/include/nuttx/mbox/mbox.h index 097b04a515..565a66fdd2 100644 --- a/include/nuttx/mbox/mbox.h +++ b/include/nuttx/mbox/mbox.h @@ -21,14 +21,14 @@ #ifndef __INCLUDE_NUTTX_MBOX_MBOX_H #define __INCLUDE_NUTTX_MBOX_MBOX_H -#ifdef CONFIG_MBOX - /**************************************************************************** * Included Files ****************************************************************************/ -#include +#include + #include +#include /**************************************************************************** * Pre-processor Definitions @@ -127,5 +127,4 @@ extern "C" } #endif -#endif /* CONFIG_MBOX */ #endif /* __INCLUDE_NUTTX_MBOX_MBOX_H */