diff options
author | 2016-08-27 03:54:20 +0000 | |
---|---|---|
committer | 2016-08-27 03:54:20 +0000 | |
commit | 07c8d4583e0ee8630e8ac5d4da5166bed73fa34c (patch) | |
tree | af39936a542a2ec50d5168304fef9beedfd53863 /lib/libutil/getmaxpartitions.c | |
parent | Pull in <stddef.h> for NULL (diff) | |
download | wireguard-openbsd-07c8d4583e0ee8630e8ac5d4da5166bed73fa34c.tar.xz wireguard-openbsd-07c8d4583e0ee8630e8ac5d4da5166bed73fa34c.zip |
Pull in <stdio.h> for NULL
ok deraadt@
Diffstat (limited to 'lib/libutil/getmaxpartitions.c')
-rw-r--r-- | lib/libutil/getmaxpartitions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/getmaxpartitions.c b/lib/libutil/getmaxpartitions.c index 574b6c6e00d..22f3c8d3cc6 100644 --- a/lib/libutil/getmaxpartitions.c +++ b/lib/libutil/getmaxpartitions.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getmaxpartitions.c,v 1.8 2014/06/30 00:26:22 deraadt Exp $ */ +/* $OpenBSD: getmaxpartitions.c,v 1.9 2016/08/27 03:54:20 guenther Exp $ */ /* $NetBSD: getmaxpartitions.c,v 1.1 1996/05/16 07:03:31 thorpej Exp $ */ /*- @@ -32,6 +32,7 @@ #include <sys/types.h> #include <sys/sysctl.h> +#include <stdio.h> /* for NULL */ #include "util.h" |