[build] Add missing errno.h in ml-agent-dbus-interface.c
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Thu, 27 Apr 2023 04:42:10 +0000 (13:42 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 27 Apr 2023 05:26:08 +0000 (14:26 +0900)
- Add missing header <errno.h> to the source file.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
daemon/ml-agent-dbus-interface.c

index 3f5e41d..32ede96 100644 (file)
@@ -13,6 +13,7 @@
 #include "pipeline-dbus.h"
 
 #include <glib.h>
+#include <errno.h>
 
 typedef enum
 {