This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

missed header in vsscanf.cxx


Hello, everybody.

When I have cleared property
"ISO C Library/ISO C librray standart input/output functions/Inline
version of <sdtio.h>"(CYGIMP_LIBC_STDIO_INLINES=false)

the build process failed with error message:
#include <stdio.h>
 ../language/c/libc/stdio/current/src/common/vsscanf.cxx:147: error: `strlen' undeclared (first use this function)

Probaly, the reason is a missed header <string.h> in vsscanf.cxx.

-- 
Regards,
 Mike                          


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]