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:
parent
4deaa6d29d
commit
9114f849ae
@ -26,6 +26,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user