Include missing header file 00/241400/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 20 Aug 2020 00:48:39 +0000 (09:48 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 20 Aug 2020 00:48:39 +0000 (09:48 +0900)
sys/types.h header file is needed for uid_t type.

Change-Id: I61367db36745876dee8f7a24d2514e54aedf301e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
installer/pkgmgr_installer_info.h

index ed36c7f..2d32446 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __PKGMGR_INSTALLER_INFO_H__
 #define __PKGMGR_INSTALLER_INFO_H__
 
+#include <sys/types.h>
+
 #include "pkgmgr_installer_type.h"
 
 /**