Module Name:    src
Committed By:   riastradh
Date:           Sat Oct 28 06:24:24 UTC 2017

Modified Files:
        src/sys/dev/hdaudio: hdaudioreg.h

Log Message:
Add #includes to make this compile.

<sys/cdefs.h> for __packed
<sys/types.h> for uint32_t


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hdaudio/hdaudioreg.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/hdaudio/hdaudioreg.h
diff -u src/sys/dev/hdaudio/hdaudioreg.h:1.1 src/sys/dev/hdaudio/hdaudioreg.h:1.2
--- src/sys/dev/hdaudio/hdaudioreg.h:1.1	Sat Mar 28 14:09:59 2015
+++ src/sys/dev/hdaudio/hdaudioreg.h	Sat Oct 28 06:24:24 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudioreg.h,v 1.1 2015/03/28 14:09:59 jmcneill Exp $ */
+/* $NetBSD: hdaudioreg.h,v 1.2 2017/10/28 06:24:24 riastradh Exp $ */
 
 /*
  * Copyright (c) 2009 Precedence Technologies Ltd <supp...@precedence.co.uk>
@@ -32,6 +32,9 @@
 #ifndef _HDAUDIOREG_H
 #define _HDAUDIOREG_H
 
+#include <sys/cdefs.h>
+#include <sys/types.h>
+
 /*
  * High Definition Audio Audio PCI Configuration Space
  */

Reply via email to