Commit errorlog and exit the application on error scenarios

This application interacts with OCC driver and hence its good to
terminate when there is an error during IO since it would mostly
mean a faulty hardware.

Fixes openbmc/openbmc#1428

Change-Id: I48bc7b2cf19922a7a53dbab78cdd4f2338a7431b
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/occ_pass_through.hpp b/occ_pass_through.hpp
index 673b68e..928a29c 100644
--- a/occ_pass_through.hpp
+++ b/occ_pass_through.hpp
@@ -5,7 +5,7 @@
 #include <unistd.h>
 #include <sdbusplus/bus.hpp>
 #include <sdbusplus/server/object.hpp>
-#include "org/open_power/OCC/PassThrough/server.hpp"
+#include <org/open_power/OCC/PassThrough/server.hpp>
 #include "config.h"
 #include "file.hpp"