Fix build error : gettimeofday 33/273533/1 accepted/tizen/unified/20220407.225240 submit/tizen/20220407.062848
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Apr 2022 06:25:04 +0000 (15:25 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Apr 2022 06:25:53 +0000 (15:25 +0900)
Change-Id: I58d123c421b45291bd00c0ffc81af596c7b19eb1
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
src/mtp_util.c

index 3972f4f..e19f8dc 100644 (file)
@@ -36,7 +36,7 @@
 #include "mtp_util.h"
 #include "mtp_util_support.h"
 #include "mtp_util_fs.h"
-
+#include <sys/time.h>
 /* time to wait for user session creation, in ms */
 #define WAIT_FOR_USER_TIMEOUT 10000