Source-Changes-HG archive

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

[src/trunk]: src/sys/dev include <sys/module.h for now so that things compile.



details:   https://anonhg.NetBSD.org/src/rev/d0e6d2d30c66
branches:  trunk
changeset: 819522:d0e6d2d30c66
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 09 05:45:20 2016 +0000

description:
include <sys/module.h for now so that things compile.

diffstat:

 sys/dev/spkrvar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r caa0cc00be34 -r d0e6d2d30c66 sys/dev/spkrvar.h
--- a/sys/dev/spkrvar.h Fri Dec 09 05:18:37 2016 +0000
+++ b/sys/dev/spkrvar.h Fri Dec 09 05:45:20 2016 +0000
@@ -1,8 +1,10 @@
-/* $NetBSD: spkrvar.h,v 1.2 2016/12/09 04:46:39 christos Exp $ */
+/* $NetBSD: spkrvar.h,v 1.3 2016/12/09 05:45:20 christos Exp $ */
 
 #ifndef _SYS_DEV_SPKRVAR_H
 #define _SYS_DEV_SPKRVAR_H
 
+#include <sys/module.h>
+
 device_t speakerattach_mi(device_t);
 void speaker_play(u_int, u_int, u_int);
 



Home | Main Index | Thread Index | Old Index