Module Name:    src
Committed By:   christos
Date:           Fri Dec  9 05:45:20 UTC 2016

Modified Files:
        src/sys/dev: spkrvar.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spkrvar.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/spkrvar.h
diff -u src/sys/dev/spkrvar.h:1.2 src/sys/dev/spkrvar.h:1.3
--- src/sys/dev/spkrvar.h:1.2	Thu Dec  8 23:46:39 2016
+++ src/sys/dev/spkrvar.h	Fri Dec  9 00:45:20 2016
@@ -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);
 

Reply via email to