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>