diff src/unexelf.c @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 65c19d2020f7
children c5d627a313b1
line wrap: on
line diff
--- a/src/unexelf.c	Mon Aug 13 10:22:10 2007 +0200
+++ b/src/unexelf.c	Mon Aug 13 10:23:02 2007 +0200
@@ -420,7 +420,7 @@
 #include <elf.h>
 #include <sys/mman.h>
 
-#if __GLIBC__ - 0 >= 6
+#if __GLIBC__ - 0 >= 2
 # include <link.h>	/* get ElfW etc */
 #endif