summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 07:35:20 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 07:35:20 +0000
commitb045dadead91534fe90ecba31ad6d7893e884d39 (patch)
tree8803b2efeefc9e550971c11f736a1665142b029c /lib
parent0392366854fd303a03c38992d80d21df8399c09e (diff)
Pull in <stdio.h> for NULL
ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r--lib/libarch/arm/arm_drain_writebuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/arm/arm_drain_writebuf.c b/lib/libarch/arm/arm_drain_writebuf.c
index ee36d75b109..1df1902ba45 100644
--- a/lib/libarch/arm/arm_drain_writebuf.c
+++ b/lib/libarch/arm/arm_drain_writebuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arm_drain_writebuf.c,v 1.3 2014/11/15 02:23:28 tedu Exp $ */
+/* $OpenBSD: arm_drain_writebuf.c,v 1.4 2016/08/27 07:35:19 guenther Exp $ */
/* $NetBSD: arm_drain_writebuf.c,v 1.1 2002/03/30 06:24:34 thorpej Exp $ */
/*
@@ -34,8 +34,8 @@
*/
#include <sys/types.h>
-
#include <machine/sysarch.h>
+#include <stdio.h>
int
arm_drain_writebuf()