summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Jung <jh8801.jung@samsung.com>2022-04-07 15:25:04 +0900
committerJihoon Jung <jh8801.jung@samsung.com>2022-04-07 15:25:53 +0900
commite2175c4a9108905bfa5001d092c5bbe9e973d897 (patch)
tree147d882dd7f99e4e16c0c737845db363a2de420f
parent899bceac31408d542ca0c4e1019b35c0ad711f12 (diff)
downloadmtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.tar.gz
mtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.tar.bz2
mtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.zip
Change-Id: I58d123c421b45291bd00c0ffc81af596c7b19eb1 Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
-rw-r--r--src/mtp_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtp_util.c b/src/mtp_util.c
index 3972f4f..e19f8dc 100644
--- a/src/mtp_util.c
+++ b/src/mtp_util.c
@@ -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