+2001-12-05 Earnie Boyd <earnie@users.sf.net>
+
+ * include/strings.h: New File.
+
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
* include/errno.h: Fix "errno is not a prototype" warning.
--- /dev/null
+/*
+ File: strings.h
+ Copyright: Public Domain
+
+ This file is provided because non ANSI fuctions are described in string.h
+ that belong in strings.h. These functions are provided for in the OLDNAME
+ libraries.
+*/
+#if !defined(_STRINGS_H_)
+# define _STRINGS_H_ 1
+# include <string.h>
+#endif