From: guenther Date: Sat, 27 Aug 2016 03:55:43 +0000 (+0000) Subject: Pull in for NULL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1654dd6f89e5d305471f03d1d2e053b9d10da5cf;p=openbsd Pull in for NULL ok deraadt@ --- diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index ac40802713e..10dc0d8aae6 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uname.c,v 1.10 2015/01/16 16:48:51 deraadt Exp $ */ +/* $OpenBSD: uname.c,v 1.11 2016/08/27 03:55:43 guenther Exp $ */ /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,6 +31,7 @@ #include #include #include +#include /* for NULL */ /* A slightly modified copy of this file exists in libexec/ld.so */