commit | 1272dbd1d76c979358fff3beae9de0c1462345af | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 09 15:45:07 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 09 15:45:07 2014 -0800 |
tree | e7fce5f420577ae6b471d75bb8a1f8c5864c51f8 | |
parent | 6114ffb3e16c114c728c31b472263660e2d2210c [diff] [blame] |
Add NT_PRSTATUS to <elf.h>. Needed by aarch64. Bug: 12476126 Change-Id: I7764664459a06cf4f2a60e707bd968d321a78430
diff --git a/linker/linker.h b/linker/linker.h index 647c36a..9afd9e1 100644 --- a/linker/linker.h +++ b/linker/linker.h
@@ -29,12 +29,9 @@ #ifndef _LINKER_H_ #define _LINKER_H_ -#include <unistd.h> -#include <sys/types.h> #include <elf.h> -#include <sys/exec_elf.h> - #include <link.h> +#include <unistd.h> #include "private/libc_logging.h"