plugin-api: deviced: Include necessary header 43/297043/1
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 9 Aug 2023 07:39:33 +0000 (16:39 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 9 Aug 2023 09:09:01 +0000 (18:09 +0900)
Currently, the syscommon-plugin-deviced-display.h has nothing though,
those headers will be necessary for the display plugin-api. Therefore
added them in advance.

Change-Id: I5a0e20e627ca5845a52e1a47b9dc474f8759600d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/plugin-api/deviced/include/syscommon-plugin-deviced-display.h

index c0267c39ebadae4cf7c5bf5290798ebb58a1ec90..bd6c43765a79569eb47c4c95ce0f13411a55f003 100644 (file)
@@ -29,6 +29,9 @@
 extern "C" {
 #endif
 
+#include <system/syscommon-plugin-deviced-common-interface.h>
+#include <system/syscommon-plugin-deviced-display-interface.h>
+
 #ifdef __cplusplus
 }
 #endif