diff options
author | 2016-07-05 00:44:41 +0000 | |
---|---|---|
committer | 2016-07-05 00:44:41 +0000 | |
commit | 4b692c5e8a73e8bbaf1a8224bd9e495a4a5c01f1 (patch) | |
tree | 57ac560fd9a8fb1bd5202313a6ae33699e929098 | |
parent | remove some casts that aren't necessary. (diff) | |
download | wireguard-openbsd-4b692c5e8a73e8bbaf1a8224bd9e495a4a5c01f1.tar.xz wireguard-openbsd-4b692c5e8a73e8bbaf1a8224bd9e495a4a5c01f1.zip |
Missed a reference to dl_prebind.h
problem noted by Andrew Ngo (andrew.ngo (at) gmail.com)
-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 |