mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Include nuttx/compiler.h from string.h
NuttX' string.h is using the FAR preprocessor definition, which is defined in nuttx/compiler.h. Thus, it should include it. Signed-off-by: Michael Jung <mijung@gmx.net>
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
#include <nuttx/compiler.h>
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user