diff options
| author | riastradh <riastradh@NetBSD.org> | 2017-10-28 06:24:24 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2017-10-28 06:24:24 +0000 |
| commit | 9a5a0c858636aecb57a0827807b9590f7ea25e5e (patch) | |
| tree | c6cf076ef69379ae9bfd3f3d75f817f719bca259 /sys/dev | |
| parent | 1d42e734b20ce6cfd2a44769b94a21755899e3e9 (diff) | |
Add #includes to make this compile.
<sys/cdefs.h> for __packed
<sys/types.h> for uint32_t
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hdaudio/hdaudioreg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/hdaudio/hdaudioreg.h b/sys/dev/hdaudio/hdaudioreg.h index 2b00a2f63dc..26ca71e0a6c 100644 --- a/sys/dev/hdaudio/hdaudioreg.h +++ b/sys/dev/hdaudio/hdaudioreg.h @@ -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> @@ -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 */ |
