summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2007-09-19 21:59:51 +0000
committermartin <martin@openbsd.org>2007-09-19 21:59:51 +0000
commit9c103a57fb1a9302e35586cc25b07158f01abd84 (patch)
treef1052a2251cd6d1b0fd86a853130da84cb45c1b7
parentfix CARDBUS_DEBUG (diff)
downloadwireguard-openbsd-9c103a57fb1a9302e35586cc25b07158f01abd84.tar.xz
wireguard-openbsd-9c103a57fb1a9302e35586cc25b07158f01abd84.zip
revert previous; still need sys/malloc.h for free(9) and friends here
noted by Markus Hennecke
-rw-r--r--sys/dev/usb/ezload.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ezload.c b/sys/dev/usb/ezload.c
index 775a8c3428a..08be589d3f3 100644
--- a/sys/dev/usb/ezload.c
+++ b/sys/dev/usb/ezload.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ezload.c,v 1.9 2007/09/17 01:40:38 fgsch Exp $ */
+/* $OpenBSD: ezload.c,v 1.10 2007/09/19 21:59:51 martin Exp $ */
/* $NetBSD: ezload.c,v 1.5 2002/07/11 21:14:25 augustss Exp $ */
/*
@@ -41,6 +41,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
+#include <sys/malloc.h>
#include <sys/conf.h>
#include <dev/usb/usb.h>