Module Name: src
Committed By: maya
Date: Wed Dec 13 09:46:05 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: pbms.c
Log Message:
Catch up with hid.h header location change
Fixes macppc kernels build
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/macppc/dev/pbms.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/dev/pbms.c
diff -u src/sys/arch/macppc/dev/pbms.c:1.14 src/sys/arch/macppc/dev/pbms.c:1.15
--- src/sys/arch/macppc/dev/pbms.c:1.14 Thu Apr 28 14:00:23 2016
+++ src/sys/arch/macppc/dev/pbms.c Wed Dec 13 09:46:05 2017
@@ -1,4 +1,4 @@
-/* $Id: pbms.c,v 1.14 2016/04/28 14:00:23 skrll Exp $ */
+/* $Id: pbms.c,v 1.15 2017/12/13 09:46:05 maya Exp $ */
/*
* Copyright (c) 2005, Johan Wall�n
@@ -129,7 +129,7 @@
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdevs.h>
#include <dev/usb/uhidev.h>
-#include <dev/usb/hid.h>
+#include <dev/hid/hid.h>
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wsmousevar.h>