From fce464d984c43e6f9b5f333bf2239d604bce2cd7 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 27 Aug 2016 03:52:26 +0000 Subject: Pull in for NULL (not stdio, because ld.so has a reduced library behind it) --- libexec/ld.so/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec/ld.so') diff --git a/libexec/ld.so/util.h b/libexec/ld.so/util.h index 323a2246f42..6c80ad8855b 100644 --- a/libexec/ld.so/util.h +++ b/libexec/ld.so/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.27 2016/08/12 20:39:01 deraadt Exp $ */ +/* $OpenBSD: util.h,v 1.28 2016/08/27 03:52:25 guenther Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -33,6 +33,7 @@ #include #include +#include /* for NULL */ void *_dl_malloc(size_t size); void *_dl_calloc(size_t nmemb, const size_t size); -- cgit v1.2.3