From: guenther Date: Sat, 27 Aug 2016 03:52:25 +0000 (+0000) Subject: Pull in for NULL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=be0270b321e4ebff0060b4ba233ad615de87c677;p=openbsd Pull in for NULL (not stdio, because ld.so has a reduced library behind it) --- 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);