Module Name: src Committed By: riastradh Date: Mon Apr 13 16:34:43 UTC 2015
Modified Files: src/sys/dev/usb: if_cdcereg.h Log Message: Missed a spot: <sys/rndsource.h> for if_cdcereg.h. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/if_cdcereg.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/if_cdcereg.h diff -u src/sys/dev/usb/if_cdcereg.h:1.7 src/sys/dev/usb/if_cdcereg.h:1.8 --- src/sys/dev/usb/if_cdcereg.h:1.7 Thu Feb 2 19:43:07 2012 +++ src/sys/dev/usb/if_cdcereg.h Mon Apr 13 16:34:43 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: if_cdcereg.h,v 1.7 2012/02/02 19:43:07 tls Exp $ */ +/* $NetBSD: if_cdcereg.h,v 1.8 2015/04/13 16:34:43 riastradh Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wp...@windriver.com> @@ -34,6 +34,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/rndsource.h> + #define CDCE_RX_LIST_CNT 1 #define CDCE_TX_LIST_CNT 1 #define CDCE_BUFSZ 1542