diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-18 16:50:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-18 16:50:32 +0000 |
commit | 2760126d0ef61416ad84e14c15adc29410952f2f (patch) | |
tree | cbe9d2e35ac8577c713158e10b0dc349e07ffadb /libexec/ld.so/sod.c | |
parent | 374fe03fd5006fd9559760e6ddafad796df82649 (diff) |
fix includes scoping; drahn@ ok
Diffstat (limited to 'libexec/ld.so/sod.c')
-rw-r--r-- | libexec/ld.so/sod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/sod.c b/libexec/ld.so/sod.c index 74e3f031f43..f437c112834 100644 --- a/libexec/ld.so/sod.c +++ b/libexec/ld.so/sod.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sod.c,v 1.20 2003/11/11 14:51:01 drahn Exp $ */ +/* $OpenBSD: sod.c,v 1.21 2004/05/18 16:50:31 mickey Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -43,8 +43,8 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> -#include <syscall.h> +#include "syscall.h" #include "archdep.h" #include "util.h" #include "sod.h" |