From 101150a2f03fb8195bc1d294f7b91abf9d4995a8 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 19 Jun 2000 17:30:07 +0000 Subject: Update internal.h to conditionally include asm/string.h -Erik git-svn-id: svn://busybox.net/trunk/busybox@661 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- internal.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3-55-g6feb