diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-05 00:44:42 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-05 00:44:42 +0000 |
commit | e13aed271bfb769001a055d61ea710e27bec2a58 (patch) | |
tree | 647db5170e9f90cb3501f130a7fde698369a54e6 /lib/csu/boot.h | |
parent | a35b696972713745c46b2359c1e634f46c5e2989 (diff) |
Missed a reference to dl_prebind.h
problem noted by Andrew Ngo (andrew.ngo (at) gmail.com)
Diffstat (limited to 'lib/csu/boot.h')
-rw-r--r-- | lib/csu/boot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h index 66d12e808f0..087911ad380 100644 --- a/lib/csu/boot.h +++ b/lib/csu/boot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.h,v 1.15 2016/03/12 23:28:47 guenther Exp $ */ +/* $OpenBSD: boot.h,v 1.16 2016/07/05 00:44:41 guenther Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -48,7 +48,6 @@ #include "resolve.h" #include "sod.h" #include "stdlib.h" -#include "dl_prebind.h" /* * Use the internal, hidden name for any syscalls we need, to avoid |