summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/pi608gp/pi608gp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/pi608gp/pi608gp.h')
-rw-r--r--src/drivers/i2c/pi608gp/pi608gp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/i2c/pi608gp/pi608gp.h b/src/drivers/i2c/pi608gp/pi608gp.h
index fe2776be01..9a5f5df7e8 100644
--- a/src/drivers/i2c/pi608gp/pi608gp.h
+++ b/src/drivers/i2c/pi608gp/pi608gp.h
@@ -3,6 +3,8 @@
#ifndef _I2C_PI608GP_H_
#define _I2C_PI608GP_H_
+#include <stdint.h>
+
/* Struct to store fixed-point millivolt values */
struct deemph_lvl { uint32_t lvl, lvl_10; };