summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/hda_verb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/hda_verb.c')
-rw-r--r--src/soc/intel/common/hda_verb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/hda_verb.c b/src/soc/intel/common/hda_verb.c
index 41ecac11c568..dceb03183eb5 100644
--- a/src/soc/intel/common/hda_verb.c
+++ b/src/soc/intel/common/hda_verb.c
@@ -1,9 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h>
+#include <delay.h>
#include <device/azalia_device.h>
#include <device/mmio.h>
-#include <delay.h>
+#include <stdint.h>
#include "hda_verb.h"