[klibc] [klibc:master] <sys/auxv.h>: add missing dependency < klibc/extern.h>

klibc-bot for H. Peter Anvin hpa at linux.intel.com
Wed Apr 9 16:03:04 PDT 2014


Commit-ID:  fe3dff23a604af5c96060574bcdb4e723b977627
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=fe3dff23a604af5c96060574bcdb4e723b977627
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 9 Apr 2014 15:58:53 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 9 Apr 2014 15:58:53 -0700

[klibc] <sys/auxv.h>: add missing dependency <klibc/extern.h>

__extern is defined in <klibc/extern.h>

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 usr/include/sys/auxv.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr/include/sys/auxv.h b/usr/include/sys/auxv.h
index 08fcfcf..fc98ed4 100644
--- a/usr/include/sys/auxv.h
+++ b/usr/include/sys/auxv.h
@@ -2,6 +2,7 @@
 #define _SYS_AUXV_H
 
 #include <klibc/compiler.h>
+#include <klibc/extern.h>
 #include <elf.h>
 
 #define _AUXVAL_MAX	AT_SYSINFO_EHDR


More information about the klibc mailing list