summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 04:29:26 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 04:29:26 +0000
commit94508368fe9fcfa951fefda38e7272faee63ab10 (patch)
treedbe13c5bcc8f49c787b9d833e67730a3f01ff81b
parented13769c55ce769765d89e57101bbbb70cef3c1f (diff)
Pull in <stdio.h> for NULL
ok deraadt@
-rw-r--r--regress/lib/libc/ifnameindex/ifnitest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/ifnameindex/ifnitest.c b/regress/lib/libc/ifnameindex/ifnitest.c
index 61102f77a96..512f90e24d6 100644
--- a/regress/lib/libc/ifnameindex/ifnitest.c
+++ b/regress/lib/libc/ifnameindex/ifnitest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifnitest.c,v 1.1 2015/10/22 15:47:00 claudio Exp $ */
+/* $OpenBSD: ifnitest.c,v 1.2 2016/08/27 04:29:25 guenther Exp $ */
/* Public domain. 2015, Claudio Jeker */
@@ -6,6 +6,7 @@
#include <sys/socket.h>
#include <net/if.h>
#include <err.h>
+#include <stdio.h>
int
main(int argc, char *argv[])