comparison 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
comparison
equal deleted inserted replaced
258:58424f6abf56 259:11cf20601dec
418 #include <unistd.h> 418 #include <unistd.h>
419 #include <fcntl.h> 419 #include <fcntl.h>
420 #include <elf.h> 420 #include <elf.h>
421 #include <sys/mman.h> 421 #include <sys/mman.h>
422 422
423 #if __GLIBC__ - 0 >= 6 423 #if __GLIBC__ - 0 >= 2
424 # include <link.h> /* get ElfW etc */ 424 # include <link.h> /* get ElfW etc */
425 #endif 425 #endif
426 426
427 #ifndef ElfW 427 #ifndef ElfW
428 # ifdef __STDC__ 428 # ifdef __STDC__