diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2022-04-07 15:25:04 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2022-04-07 15:25:53 +0900 |
commit | e2175c4a9108905bfa5001d092c5bbe9e973d897 (patch) | |
tree | 147d882dd7f99e4e16c0c737845db363a2de420f | |
parent | 899bceac31408d542ca0c4e1019b35c0ad711f12 (diff) | |
download | mtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.tar.gz mtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.tar.bz2 mtp-responder-e2175c4a9108905bfa5001d092c5bbe9e973d897.zip |
Fix build error : gettimeofdaysubmit/tizen/20220407.062848accepted/tizen/unified/20220407.225240
Change-Id: I58d123c421b45291bd00c0ffc81af596c7b19eb1
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
-rw-r--r-- | src/mtp_util.c | 2 |
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 |