Module Name:    src
Committed By:   dyoung
Date:           Tue Aug 16 23:35:55 UTC 2011

Modified Files:
        src/sys/dev/usb: auvitekvar.h

Log Message:
To fix i386/ALL kernel, #include <dev/dtv/dtvif.h> for struct
dtv_payload.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/auvitekvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/auvitekvar.h
diff -u src/sys/dev/usb/auvitekvar.h:1.4 src/sys/dev/usb/auvitekvar.h:1.5
--- src/sys/dev/usb/auvitekvar.h:1.4	Tue Aug  9 01:42:24 2011
+++ src/sys/dev/usb/auvitekvar.h	Tue Aug 16 23:35:55 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: auvitekvar.h,v 1.4 2011/08/09 01:42:24 jmcneill Exp $ */
+/* $NetBSD: auvitekvar.h,v 1.5 2011/08/16 23:35:55 dyoung Exp $ */
 
 /*-
  * Copyright (c) 2010 Jared D. McNeill <jmcne...@invisible.ca>
@@ -33,6 +33,8 @@
 #include <sys/condvar.h>
 #include <sys/kthread.h>
 
+#include <dev/dtv/dtvif.h>
+
 #include <dev/usb/usb.h>
 #include <dev/usb/usbdi.h>
 #include <dev/usb/usbdi_util.h>

Reply via email to