From: Chanwoo Choi Date: Tue, 22 Mar 2022 05:53:22 +0000 (+0900) Subject: lib: tmonitor: Include mandatory header file for variable types X-Git-Tag: submit/tizen/20220322.064630~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84b26363de6daf6b4dae4ec836eee66b02697c72;p=platform%2Fcore%2Fsystem%2Fpass.git lib: tmonitor: Include mandatory header file for variable types When the client refer to tmonitor.h header file, build error happen because tmonitor.h doesn't include the 'sys/type.h' header file. So that include mandatory header file for variable types such as u_int64_t. Change-Id: I3b69e5a95e644ccc160da8aa2583674c91f3725e Signed-off-by: Chanwoo Choi --- diff --git a/lib/tmonitor/tmonitor.h b/lib/tmonitor/tmonitor.h index 5cda25d..224a186 100644 --- a/lib/tmonitor/tmonitor.h +++ b/lib/tmonitor/tmonitor.h @@ -21,6 +21,7 @@ #include #include +#include #ifdef __cplusplus extern "C" {