libs/libc/string/Make.defs: Need to include build support for files needed when CHAR_BIT != 8.

This commit is contained in:
Gregory Nutt
2019-11-02 12:38:08 -06:00
parent dc3ae12545
commit 3927be2612
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -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>
/****************************************************************************