fixed build error for struct timeval

Signed-off-by: Sven Wang <wanghancai@huawei.com>
This commit is contained in:
Sven Wang 2021-07-05 11:47:58 +08:00
parent 250e741ab6
commit fe800a400c

View File

@ -17,7 +17,7 @@
#include "kvstore_flowctrl_manager.h"
#include <cinttypes>
#include <ctime>
#include <sys/time.h>
namespace OHOS {
namespace DistributedKv {