Pull in <stdio.h> for NULL
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:29:25 +0000 (04:29 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:29:25 +0000 (04:29 +0000)
ok deraadt@

regress/lib/libc/ifnameindex/ifnitest.c

index 61102f7..512f90e 100644 (file)
@@ -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[])