services/comm.h: include <ctime> header 41/289441/2 accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_riscv accepted/tizen_base_tool tizen_8.0_base tizen_base accepted/tizen/8.0/base/20231005.044801 accepted/tizen/base/20230714.003335 accepted/tizen/base/riscv/20230717.014327 accepted/tizen/base/tool/20230405.065151 submit/tizen_base/20230404.065906 tizen_8.0_m2_release
authorDongkyun Son <dongkyun.s@samsung.com>
Tue, 7 Mar 2023 23:14:00 +0000 (08:14 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 7 Mar 2023 23:20:44 +0000 (08:20 +0900)
Fix "error: 'time' was not declared in this scope"

Change-Id: Ib925207007c14e839ee7da09c2cc1ffdc3d50f9a
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
services/comm.h

index be5370f..d42bc30 100644 (file)
@@ -31,6 +31,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
+#include <ctime>
 
 #include "job.h"