diff --git a/include/nuttx/can.h b/include/nuttx/can.h index 5e63e5cb377..98640fcfefd 100644 --- a/include/nuttx/can.h +++ b/include/nuttx/can.h @@ -18,13 +18,15 @@ * ****************************************************************************/ -#ifndef __INCLUDE_NUTTX_CAN_CAN_H -#define __INCLUDE_NUTTX_CAN_CAN_H +#ifndef __INCLUDE_NUTTX_CAN_H +#define __INCLUDE_NUTTX_CAN_H /**************************************************************************** * Included Files ****************************************************************************/ +#include + #ifdef CONFIG_CAN_TXREADY # include #endif @@ -307,4 +309,4 @@ extern "C" #endif #endif /* CONFIG_CAN */ -#endif /* __INCLUDE_NUTTX_CAN_CAN_H */ +#endif /* __INCLUDE_NUTTX_CAN_H */