Add meson build

This commit is to add meson build.
and later, we will remove Autotools and replace it with meson build.

Tested: built openpower-occ-control successfully and Unit test passes.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I7f5fbc7150194a78f9b36bb256613fc70b834130
diff --git a/occ_status.hpp b/occ_status.hpp
index dce73f8..5856ee9 100644
--- a/occ_status.hpp
+++ b/occ_status.hpp
@@ -1,4 +1,5 @@
 #pragma once
+#include "config.h"
 
 #include "i2c_occ.hpp"
 #include "occ_command.hpp"