From be5023a84ddcf830148448456f40c0569c4d60d3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Jun 2000 17:30:07 +0000 Subject: Update internal.h to conditionally include asm/string.h -Erik --- 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