Module Name:    src
Committed By:   jmcneill
Date:           Sat Jul 16 16:13:13 UTC 2011

Modified Files:
        src/sys/dev/dtv: dtv_math.c

Log Message:
add sys/types.h


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtv_math.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/dev/dtv/dtv_math.c
diff -u src/sys/dev/dtv/dtv_math.c:1.1 src/sys/dev/dtv/dtv_math.c:1.2
--- src/sys/dev/dtv/dtv_math.c:1.1	Fri Jul 15 20:27:42 2011
+++ src/sys/dev/dtv/dtv_math.c	Sat Jul 16 16:13:13 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: dtv_math.c,v 1.1 2011/07/15 20:27:42 jmcneill Exp $ */
+/* $NetBSD: dtv_math.c,v 1.2 2011/07/16 16:13:13 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2011 Alan Barrett <[email protected]>
@@ -27,8 +27,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.1 2011/07/15 20:27:42 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.2 2011/07/16 16:13:13 jmcneill Exp $");
 
+#include <sys/types.h>
 #include <sys/bitops.h>
 
 #include <dev/dtv/dtvif.h>

Reply via email to