diff src/unexelf.c @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents abe6d1db359e
children 3d3049ae1304
line wrap: on
line diff
--- a/src/unexelf.c	Mon Aug 13 11:36:20 2007 +0200
+++ b/src/unexelf.c	Mon Aug 13 11:37:21 2007 +0200
@@ -424,7 +424,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
-#if !defined (__NetBSD__) && !defined (__OpenBSD__)
+#ifdef HAVE_ELF_H
 #include <elf.h>
 #endif
 #include <sys/mman.h>