Commit ffa969a1 by Jim Wilson

(string.h): Don't include when inhibit_libc is defined.

From-SVN: r6918
parent 07eced4d
......@@ -59,4 +59,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
#ifndef inhibit_libc
#include "string.h"
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment