commit | b5320a7b26e073422b93202f0d07c7703c254cf4 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Jan 24 12:28:12 2018 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Wed Jan 24 12:29:44 2018 -0800 |
tree | b8d5d0e5ba016e0c28be67dcc8488d279527489d | |
parent | 3cb5fece5e1c0ed68ac26766ca2ae7c4a8996be4 [diff] |
Make builds work in Yocto Some paths were not the same as defined in openbmc. Change-Id: Ib0766be22e9c6b55164bcb772e6ac2b88f8c08c2 Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/FruDevice.cpp b/src/FruDevice.cpp index b431f81..1c01f95 100644 --- a/src/FruDevice.cpp +++ b/src/FruDevice.cpp
@@ -24,7 +24,7 @@ #include <fcntl.h> #include <fstream> #include <future> -#include <i2c-dev-user.h> +#include <linux/i2c-dev-user.h> #include <iostream> #include <sys/ioctl.h>