X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fi2c.h;h=1d792db454a1c2ec6e056dc20794f93c01189e14;hb=7e15638d609182b651480b1054b60bf40bd0c6fd;hp=059200115a8e030958350e439c3dc0f37e38c0dd;hpb=2b18b89156335bf1f0d84f81d3597762bc48c61d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/i2c.h b/include/i2c.h index 0592001..1d792db 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -16,6 +16,8 @@ #ifndef _I2C_H_ #define _I2C_H_ +#include + /* * For now there are essentially two parts to this file - driver model * here at the top, and the older code below (with CONFIG_SYS_I2C being