Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/dtv Reinstate #include <dev/dtv/dtvif.h> which was i...



details:   https://anonhg.NetBSD.org/src/rev/0ea7fcfac23e
branches:  trunk
changeset: 767355:0ea7fcfac23e
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Jul 16 22:41:59 2011 +0000

description:
Reinstate #include <dev/dtv/dtvif.h> which was incorrectly
removed in the previous commit.

diffstat:

 sys/dev/dtv/dtv_math.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5d110ed47af6 -r 0ea7fcfac23e sys/dev/dtv/dtv_math.c
--- a/sys/dev/dtv/dtv_math.c    Sat Jul 16 22:30:26 2011 +0000
+++ b/sys/dev/dtv/dtv_math.c    Sat Jul 16 22:41:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dtv_math.c,v 1.3 2011/07/16 22:30:26 apb Exp $ */
+/* $NetBSD: dtv_math.c,v 1.4 2011/07/16 22:41:59 apb Exp $ */
 
 /*-
  * Copyright (c) 2011 Alan Barrett <apb%NetBSD.org@localhost>
@@ -27,11 +27,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.3 2011/07/16 22:30:26 apb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.4 2011/07/16 22:41:59 apb Exp $");
 
 #include <sys/types.h>
 #include <sys/bitops.h>
 
+#include <dev/dtv/dtvif.h>
+
 /*
  * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
  * using integer arithmetic.



Home | Main Index | Thread Index | Old Index