aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 01:31:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 01:31:17 +0000
commit3db05f4e15dffa0ea6a007579568099d2b0fd568 (patch)
treeaa39a635bcf511283a7d1637bd53a5d0a184f022 /elf.h
parentupdate copyright years and unify headers in porting.h (diff)
downloadpax-utils-3db05f4e15dffa0ea6a007579568099d2b0fd568.tar.gz
pax-utils-3db05f4e15dffa0ea6a007579568099d2b0fd568.tar.bz2
pax-utils-3db05f4e15dffa0ea6a007579568099d2b0fd568.zip
fix building on stupid OpenBSD systems
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf.h b/elf.h
index 20c2de1..0f34dfa 100644
--- a/elf.h
+++ b/elf.h
@@ -22,8 +22,6 @@
/* Standard ELF types. */
-#include <stdint.h>
-
/* Type for a 16-bit quantity. */
typedef uint16_t Elf32_Half;
typedef uint16_t Elf64_Half;