Use system include directives for libpldm headers

libpldm is now an external dependency rather than an in-tree library.
Adjust the includes accordingly.

Change-Id: Ib2590b823039d3127d65f66976b294a2fb88e9c1
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/platform-mc/terminus.cpp b/platform-mc/terminus.cpp
index c262842..429f959 100644
--- a/platform-mc/terminus.cpp
+++ b/platform-mc/terminus.cpp
@@ -1,10 +1,10 @@
 #include "terminus.hpp"
 
-#include "libpldm/platform.h"
-
 #include "dbus_impl_fru.hpp"
 #include "terminus_manager.hpp"
 
+#include <libpldm/platform.h>
+
 #include <common/utils.hpp>
 
 #include <ranges>