diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-04-20 10:35:50 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-04-20 10:35:50 +0000 |
| commit | 3f2f85a6de550d6a78959495208c9adca7164804 (patch) | |
| tree | ea23dcc7db74c4d07d03ebcd83d64c61edb3d128 /libexec | |
| parent | 0963cc7dac321263e6f595192d7e75b40e6a889e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld_lock.c b/libexec/rtld-elf/rtld_lock.c index 23e623203e8e9..c5e582e1580a4 100644 --- a/libexec/rtld-elf/rtld_lock.c +++ b/libexec/rtld-elf/rtld_lock.c @@ -42,7 +42,7 @@ * using assembly language sequences in "rtld_start.S". */ -#include <machine/param.h> +#include <sys/param.h> #include <signal.h> #include <stdlib.h> |
