From 43ddcd52778e700454ccefeb37ea93e2c94a2322 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 30 Dec 2021 09:55:15 +0100 Subject: [PATCH] include/nuttx/can.h: include nuttx/config.h --- include/nuttx/can.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/nuttx/can.h b/include/nuttx/can.h index 5e63e5cb37..98640fcfef 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 */