mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
libs/libc/string/Make.defs: Need to include build support for files needed when CHAR_BIT != 8.
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/* Non-standard support for cases where CHAR_BIT != 8 carried in strings.h
|
||||
* only for convenience. See include/nuttx/b2c.h.
|
||||
*/
|
||||
|
||||
#include <nuttx/b2c.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user