Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/hdaudio Add #includes to make this compile.
details: https://anonhg.NetBSD.org/src/rev/874683b3e87b
branches: trunk
changeset: 357129:874683b3e87b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Oct 28 06:24:24 2017 +0000
description:
Add #includes to make this compile.
<sys/cdefs.h> for __packed
<sys/types.h> for uint32_t
diffstat:
sys/dev/hdaudio/hdaudioreg.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 128aba72da25 -r 874683b3e87b sys/dev/hdaudio/hdaudioreg.h
--- a/sys/dev/hdaudio/hdaudioreg.h Sat Oct 28 04:53:54 2017 +0000
+++ b/sys/dev/hdaudio/hdaudioreg.h Sat Oct 28 06:24:24 2017 +0000
@@ -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 <support%precedence.co.uk@localhost>
@@ -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
*/
Home |
Main Index |
Thread Index |
Old Index