(like sparc64) require it explicitly
-/* $OpenBSD: hidcc.c,v 1.4 2022/11/11 17:23:09 matthieu Exp $ */
+/* $OpenBSD: hidcc.c,v 1.5 2022/11/14 00:16:44 deraadt Exp $ */
/*
* Copyright (c) 2022 Anton Lindqvist <anton@openbsd.org>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/device.h>
#include <dev/hid/hidccvar.h>
#include <dev/hid/hid.h>
-/* $OpenBSD: ucc.c,v 1.36 2022/11/11 06:48:38 anton Exp $ */
+/* $OpenBSD: ucc.c,v 1.37 2022/11/14 00:16:46 deraadt Exp $ */
/*
* Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org>
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/device.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>