From: Eric Andersen Date: Mon, 19 Jun 2000 17:30:07 +0000 (-0000) Subject: Update internal.h to conditionally include asm/string.h X-Git-Tag: 0_45~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be5023a84ddcf830148448456f40c0569c4d60d3;p=oweals%2Fbusybox.git Update internal.h to conditionally include asm/string.h -Erik --- diff --git a/internal.h b/internal.h index fce32c415..697ce4778 100644 --- a/internal.h +++ b/internal.h @@ -33,7 +33,9 @@ #include #include #include +#if ! defined(__GLIBC__) #include +#endif /* Some useful definitions */