diff packages/templates/default/current.ect @ 197:51b34619b677

Merge from eCos master repository on 2001-11-30-11:22:06-GMT
author jlarmour
date Fri, 30 Nov 2001 13:09:25 +0000
parents d2f49caf9e38
children 634e666b376d
line wrap: on
line diff
--- a/packages/templates/default/current.ect
+++ b/packages/templates/default/current.ect
@@ -123,3 +123,7 @@ cdl_option CYGBLD_ISO_SETJMP_HEADER {
 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
     inferred_value 1 <cyg/libc/stdio/stdio.h>
 };
+
+cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
+    inferred_value 1 <cyg/libc/string/bsdstring.h>
+};