From 93b88765963e1c7459f77a98edc4166f6e60f97e Mon Sep 17 00:00:00 2001 From: codewarrior Date: Sat, 10 Jun 2006 23:32:50 +0000 Subject: [PATCH] this stuff only works with glibc, bsds compile now SVN revision: 23371 --- src/bin/e.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e.h b/src/bin/e.h index 51f25bee0..9727347eb 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -41,10 +41,12 @@ # include #endif +#ifdef __GLIBC__ #ifdef OBJECT_PARANOIA_CHECK #include #include #endif +#endif #include #include