From 3c3f6fd0cf12e61559b8825a2092aec7153ee28b Mon Sep 17 00:00:00 2001 From: John Birrell Date: Wed, 4 Oct 2006 07:25:55 +0000 Subject: [PATCH] Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined. --- include/elf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/elf.h b/include/elf.h index c094a1c7883..9090137e82b 100644 --- a/include/elf.h +++ b/include/elf.h @@ -38,4 +38,8 @@ #include #include +#ifdef _SOLARIS_C_SOURCE +#include +#endif + #endif /* !_ELF_H_ */