aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2004-09-19 16:45:51 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-09-19 16:45:51 +0000
commit6cd8df5ab7d1ac6401a25997e4f87854f35c433c (patch)
tree3271b96e89aca78bdf4a1d13931402b25241298e
parent3cc72ffc2ff82ecf2403bde1b518fd0ef1292aca (diff)
downloadklibc-6cd8df5ab7d1ac6401a25997e4f87854f35c433c.tar.gz
elf*.h need <stdint.h>klibc-0.179
-rw-r--r--include/sys/elfcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/elfcommon.h b/include/sys/elfcommon.h
index f984f6a56bf83..d25804e4839cd 100644
--- a/include/sys/elfcommon.h
+++ b/include/sys/elfcommon.h
@@ -5,6 +5,8 @@
#ifndef _SYS_ELFCOMMON_H
#define _SYS_ELFCOMMON_H
+#include <stdint.h>
+
/* Segment types */
#define PT_NULL 0
#define PT_LOAD 1