This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 43ddcd52778e700454ccefeb37ea93e2c94a2322 Author: raiden00pl <raide...@railab.me> AuthorDate: Thu Dec 30 09:55:15 2021 +0100 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 5e63e5c..98640fc 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 <nuttx/config.h> + #ifdef CONFIG_CAN_TXREADY # include <nuttx/wqueue.h> #endif @@ -307,4 +309,4 @@ extern "C" #endif #endif /* CONFIG_CAN */ -#endif /* __INCLUDE_NUTTX_CAN_CAN_H */ +#endif /* __INCLUDE_NUTTX_CAN_H */