From 4b692c5e8a73e8bbaf1a8224bd9e495a4a5c01f1 Mon Sep 17 00:00:00 2001 From: guenther Date: Tue, 5 Jul 2016 00:44:41 +0000 Subject: [PATCH] Missed a reference to dl_prebind.h problem noted by Andrew Ngo (andrew.ngo (at) gmail.com) --- lib/csu/boot.h | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.20.1